body {
    display: flex;
    justify-content: center; /* Horizontal */
    min-height: 90vh;       /* Full viewport height */
    margin: 0;
    background-color: black;
    font-family: sans-serif;
    color: bisque;
  }

circle.day {
    fill: rgb(46, 0, 0);
}

.today {
    fill: rgb(89, 0, 255);
}

text {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
}