body {
  margin: 0;
  padding: 8px 0 4rem;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100svh;
}

/* Fixed layer instead of background-attachment: fixed, which iOS handles badly
   (scroll can fail to engage when the document grows after first layout). */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url(../images/rhino-lego-2.jpg) center bottom / cover no-repeat;
}

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

#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: 515px;
  max-width: 400px;
  border: 0;
}
  #other_container img {
      width: 100px;
      height: auto;
      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;
  }
}
