body {
  background-image: url('klika-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 0 0 2em 0;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#tv {
  height: 100vh;
}
#tv h1 {
  text-transform: uppercase;
}
#tv h2 {
  font-size: 3em;
}
#tv p.link {
  color: white;
  text-shadow: #000 1px 0 10px;
  font-size: 2em;
}

.box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  padding: 1em 2em;
  margin-top: 1em;
  color: white;
  text-shadow: #000 1px 0 10px;
}

h1 {
  font-size: 8em;
}
#countdown {
  font-size: 8em;
}

p {
  font-size: 18px;
}

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

ul {
  list-style: none;
  font-size: 18px;
}

@media (max-width: 1024px) {
  #main {
    padding: 1em 0.5em;
    width: 90vw;
  }
  h1 {
    font-size: 4em;
  }
  #countdown {
    font-size: 3em;
    padding: .4em 0;
  }
}