* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #101010;
}

h2 {
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
}

.date, #year, #time, #week {
    margin: 5% auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 70px;
}

#year {
    font-size: 50px;
}

.num {
    width: 25px;
}

.post2 {
    position: absolute;
}

.num2 {
    position: relative;
    left: -25px;
}