html,
body {
  margin: 0;
  padding: 0;
  width: 100dvw;
  overflow-y: visible;
}

iframe {
  width: 834px;
  height: 469px;
  max-width: 100dvw;
  max-height: calc(100dvw / 16 * 9);
}

a {
  color: white;
  text-decoration: none;
}

body {
  background-color: black;
  display: grid;
  justify-items: center;
  color: white;
  font-family: "Rock Salt", cursive;
  min-height: 100dvh;
  align-content: start;
  grid-template-rows: auto auto auto 100px;
  overflow-x: hidden;
}

.socials {
  padding: 0 10px;
  max-width: 100dvh;
}

.socials .icons {
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 500px) {
  .socials .icons .spotify {
    flex-basis: 100%;
    text-align: center;
  }
}

.socials img {
  height: 60px;
}

.socials.smaller img {
  height: 27px;
}

.socials.smaller img.instagram {
  height: 32px;
}

.socials h2 {
  text-align: center;
}

.contact {
  align-self: stretch;
  display: flex;
  align-items: center;
}
