@import url("https://fonts.googleapis.com/css?family=Lato");

.wrapper {
  text-align: center;
  background: #ffffff50;
  padding-bottom: 10px;
}
.time {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
}
.label {
  font-size: 0.8em;
  display: block;
  color: white;
  text-transform: uppercase;
}
.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
