@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,600&display=swap');

body {
  margin: 0;
}
.wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  background: rgb(1, 9, 58);

}
.time-to {
  text-align: center;
  font-family: 'Nunito', cursive;
  color: rgb(252, 247, 247);
  font-size: 30px;
  letter-spacing: 2px;
}
