body {
  background-color: rgb(229, 231, 235);
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

#episode-to-watch {
  margin-top: 200px;
  text-align: center;
}

.episode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.episode-title {
  font-size: 20px;
}

.episode-number {
  font-size: 50px;
  background: linear-gradient(45deg, #836dff, #87cefa);
  background-clip: border-box;
  margin-top: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#countdown,
#episode {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

#countdown div > span {
  font-size: 80px;
  margin: 0 20px;
}

#countdown div > div {
  text-align: center;
}

.time-unit {
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #countdown div > span {
    font-size: 60px;
    margin: 0 10px;
  }
}
