@import url("https://fonts.googleapis.com/css?family=Raleway:100&display=swap");
body {
  font-family: "Raleway", sans-serif;
  background-color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body #timeLeft {
  font-size: 120px;
  color: white;
}
body h3 {
  font-size: 70px;
  padding: 0;
  margin: 0;
}
body #settingsButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  /* Firefox 3.5 - 3.6 */
  text-decoration: none !important;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.44);
}
body #settings {
  display: block;
}
body #settings input {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  border: black 0.2px solid;
}
body #settings #save {
  background-color: green;
  padding: 20px;
  margin-bottom: 20px;
  color: white;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  transition-duration: 0.3s;
}
body #settings #save:hover {
  background-color: darkgreen;
  transition-duration: 0.3s;
}
body #settings .modal-footer {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 800px) {
  body h3 {
    font-size: 35px;
  }
  body #timeLeft {
    font-size: 80px;
  }
}

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