@import url("https://fonts.googleapis.com/css?family=Lato");
html,
body {
  height: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  background-color: #ff1ddd;
}
.wrapper {
  text-align: center;
}
.time {
  color: #261f6a;
  font-size: 6em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.label {
  font-size: 2em;
  display: block;
  color: #5e2659;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.bg {
  height: 100vh;
  
}
