img {
  width: 50%;
  max-width: 400px;
}

body {
  background: white;
  color: black;
  font: 18px "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  background-image: linear-gradient(180deg, rgb(208, 62, 44), rgb(243, 236, 60));
}

a {
  color: #44270d;
  text-shadow: 2px 2px #f4ed3b75;
}

a:hover {
  color: #f4ed3b;
  text-shadow: 2px 2px #370f0796;
}

h1 a:hover {
  color: #f4ed3b;
}

.description a {
  color: #d0412c;
  text-shadow: 1px 1px #44290b;
}

.description a:hover {
  color: #db7c2c;
  text-shadow: 1px 1px #370f0796;
  font-size: 19px;
}

div#album-cover {
  margin: 50px 0 50px 0;
}

div#album-cover img {
  border: 1px solid #f1ea3a;
}

div#album-cover img:hover {
  border: 2px solid #e19536;
}

.page {
  margin-top: 25%;
  margin-bottom: 25%;
}

.footer {
  vertical-align: bottom;
  margin-bottom: 0;
  position: fixed;
  bottom: 10px;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

.embed {
  margin: 0 auto 20px;
  text-align: center;
  width: 50%;
  max-width: 400px;

}

@media only screen and (max-width: 600px) {
  .page {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .embed {
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
  }

}

@media only screen and (min-width: 768px) {
  .page {
    margin-top: 5em;
  }

  .embed {
    margin: 0 auto 20px;
    text-align: center;
    width: 50%;
    max-width: 400px;
  }

}
