html {
    background-color: blue;
}

.year {
    margin-top: 10%;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    -webkit-text-stroke-width: 25px;
    -webkit-text-stroke-color: black;
    text-shadow: 0px 0px 250px black;
    font-size: 350px;
    font-weight: normal;
    text-align: center;
}