html { 
  background: url(../images/rhino_head.jpg) repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#title {
	font-family: Courier New;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 5px 5px #FF69B4;
}

#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#other_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#bandcamp-embed {
  width: 50%;
  height: 475px;
  max-width: 400px;
  border: 0;
}
  #other_container img {
      width: 100px;
      margin: 10px 7px;
  }

   #other_container img.youtube {
      width: 60px;
  }
@media only screen and (max-width: 500px) {
  #bandcamp-embed {
    width: 90%;
    max-width: 1000px;
 
  }

  #title {
    font-size: 2.4em;
  }

  #other_container img {
    width: 80px;
     margin: 10px 5px;
  }
}
