html, body {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  background: #eeeef4;
  font-weight: 100;
  user-select: none;
}
main {
  height: 100%;
  display: flex;
  margin: 0 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main img{
  margin-top: -50px;
  
  height: 200px;
}
main h1 {
  color: #C9922B;
  font-size: 2em;
  font-weight: 100;
  /* margin-bottom: 10px; */
  margin: 0;
  margin-top: 30px;
}
main h2 {
  font-size: 1em;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 10px;
}
main h3 {
  font-size: 1.2em;
  font-weight: 100;
  margin-top: 0;
}
main a {
  font-size: 1.5em;
  font-weight: 10;
  color:#000;
  margin: 0;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
main a:hover {
  color:#C9922B;
}

#countdowntimer {
  color: #C9922B;
  font-size: 1.5em;
}
