body {
    background-color: black;
    color: white;
    font-size: 24px;
    font-family:'Trebuchet MS';
}
h1 {
    color: #0079c6;
    font-size: 125px;
    text-align: center;
    font-family: impact;
    text-transform: uppercase;
    letter-spacing:5pt;
    word-spacing: 10pt;
}
h2 {
    font-size: 75px;
    color: #0079c6;
    text-align: center;
}
p {
    
}
@media screen and (max-width: 900px) {
    body {
        font-size: 4vw;
    }
    h1 {
        font-size: 9vw;
    }
    h2 {
        font-size: 7vw;
    }
}