.day-content .day {
    padding: 0;
    font-size: 8vh;
    font-weight: bold;
    background-color: #000000;
    text-shadow: 0vh 0.06vh 0.1vh rgba(255, 255, 255, 0.5);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.day-content .title {
    font-size: 6vh;
    margin-bottom: 1vh;
}

.day-content .date {
    font-size: 4vh;
    margin-bottom: 0.5vh;
}

.day-content img, .day-content video, .day-content iframe {
    width: 100%;
    margin-bottom: 2vh;
}

.day-content .text {
    font-size: 4vh;
    margin-bottom: 2vh;
}

.day-content:not(.today) {
    color: #8c8c8c;
}