body {
    font-family: 'Roboto', sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}

.day-display-container {
    text-align: center;
    margin-top: 100px;
}

.day-label-top {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

.day-number {
    font-size: 80px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.day-label-bottom {
    font-size: 20px;
    color: white;
    margin-top: 10px;
}

.lol-comment {
    font-size: 14px;
    color: white;
    margin-top: 60px;
    opacity: 0.8;
}
