body {
  background-image: url(./img/DPSbg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#promo {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 600px;
  text-align: center;
}
#promo .logo {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#promo iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

ul.streaming-links, ul.socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
ul.streaming-links li, ul.socials li {
  border: 1px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
ul.streaming-links li:hover, ul.socials li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
ul.streaming-links li a, ul.socials li a {
  display: flex;
  padding: 0.5rem;
  height: 45px;
  align-items: center;
  justify-content: center;
}
ul.streaming-links li a img, ul.socials li a img {
  height: 30px;
  width: auto;
}/*# sourceMappingURL=style.css.map */