* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 100vh;
  background-color: aquamarine;
  padding-bottom: 20px;
}
body .container {
  padding: 0px 10%;
  height: 98vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .container h2 {
  font-size: 16px;
  color: #1f1f1f;
}
body .container p#time {
  font-weight: 700;
  background-color: #ffffff;
  color: #1f1f1f;
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
body .container a {
  text-decoration: none;
  background-color: #01FFFF;
  height: 45px;
  width: 170px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 550;
  color: #252365;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px;
  margin-top: 4vh;
  transform: translateY(12vh);
}
body #copy {
  height: 2vh;
  font-size: 11px;
}
body #copy a {
  text-decoration: none;
  color: #F33F3F;
}/*# sourceMappingURL=style.css.map */