@import 'https://fonts.googleapis.com/css?family=Aldrich';
body {
  margin: 0;
  background-color: black !important;
}


h1,h2,h3,h4,h5,h6, li,ul,div{
  font-family: Aldrich !important
}

.wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh;*/
  background: black;
}

.time-to {
  text-align: center;
  font-family: Aldrich;
  color: white;
  font-size: 35px;
  letter-spacing: 2px;
}
.time-to span {
  display: block;
  font-size: 80px;
  color: red;
}
