* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f2f2f2;
  color: rgb(25, 25, 25);
}

.date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(3rem, 10vw, 10rem);
}
