body {
  display: flex;
  height: 100vh;
  font-family: "Lato", sans-serif;
  color: #ffcc00;
  background: #222222;
}
body .cal {
  margin: auto auto;
}
body .cal * {
  margin: 20px auto;
  letter-spacing: 10px;
  text-align: center;
}
body .cal .date {
  font-size: 24px;
}
body .cal .time {
  font-size: 60px;
  font-weight: 900;
}