html {
  font-family: "Monaco", monospace;
  height: 100%;
  background: linear-gradient(
      to bottom,
      rgba(255, 0, 0, 0.9) 10%,
      rgba(255, 255, 255, 0.25)
    ),
    url("https://media1.tenor.com/images/e21dfbe054e5113da3f120de3a61688f/tenor.gif?itemid=20645033");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: white;
}

a {
  text-decoration: none;
}

.nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  width: 50vw;
  height: 10vh;
  margin: 0 auto;
}

.navlink {
  text-decoration: none;
  color: white;
  font-size: small;
  font-weight: 700;
  padding: 1rem;
  border-radius: 10px;
}

.container {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  text-shadow: 2.5px 2.5px 1px black;
}

.center-head {
  font-size: 2.5rem;
}

.spotify {
  text-align: center;
  color: black;
  margin: 10px 10px;
}
