body {
  font-family: sans-serif;
  font-size: 1.2em;
}
.container {
  max-width: 730px;
  margin:0 auto;
}
.upperContainer {
  background-image: url("https://relevantradio.com/wp-content/uploads/2020/10/player-image-5.jpg");
  background-size:cover;
  min-height:420px;
}
.lowerContainer {
  display: flex;

  background-color: #3e3e40;
  min-height: 75px;
}
.banner {

}
.player {
  max-width: 360px;
  order:1;
  margin:0 22px;
}
#myElement {
  display:block;
  margin: 18px auto;
}
.description {
  float:right;
  max-width: 300px;
  order:2;
}
.description P {
  margin: 27px;
  color: #fff;
  
}
.centered {margin:15px auto;
width:100%;
text-align:center;
}

