body, html, main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

main {
  background-image: url("../images/faefarm-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: auto;
}
main #timers {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
main #timers .timer {
  display: inline-block;
  width: 90px;
  margin-left: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 25px;
  color: #333;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (max-width: 480px) {
  main #timers .timer {
    width: 50px;
    margin-left: 15px;
    padding: 10px;
    border-radius: 8px;
  }
}
main #timers .timer:first-child {
  margin: 0;
}
main #timers .timer label {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  main #timers .timer label {
    margin-bottom: 8px;
    font-size: 10px;
  }
}
main #timers .timer span {
  font-size: 70px;
}
@media screen and (max-width: 480px) {
  main #timers .timer span {
    font-size: 35px;
  }
}

/*# sourceMappingURL=styles.css.map */
