.livestream-section {
  justify-content: center;
  align-items: center;
}
.livestream-countdown {
  background: linear-gradient(91.88deg, rgba(60, 57, 198, 0.85) 0%, rgba(255, 169, 142, 0.85) 99.75%);
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  font-size: 2em;
}
.livestream-countdown h1 {
  font-size: 3.375rem;
  font-style: italic;
  text-align: center;
}
.livestream-countdown h3 {
  align-items: center;
  margin-top: auto;
  padding-bottom: 1rem;
}
.livestream-title {
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
}
.livestream-video-container {
  max-width: 700px;
  aspect-ratio: 16/9;
}
.livestream-video {
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.social-icon-row {
  opacity: 70%;
}
