body {
    margin: 0 30px;
    background-color: black;
    background-image: url(../images/creepyface.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center;
}

.nathan-title {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
}

@media screen and (min-width: 480px) {
    .nathan-title {
        font-size: 38px;
    }
}

@media screen and (min-width: 768px) {
    .nathan-title {
        font-size:48px;
    }
}

@media screen and (min-width: 1024px) {
    .nathan-title {
        font-size: 100px;
    }
}