body {
    background-color: black;
    color: white;
    font-size: 24px;
    font-family: sans-serif;
}
h1 {
    color: #f0c618;
    font-size: 125px;
    text-align: center;
    font-family: impact;
    letter-spacing:5pt;
    word-spacing: 10pt;
}
h2 {
    font-size: 50px;
    color: #f0c618;
}
p {
    
}
@media screen and (max-height: 900px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 32px;
    }
}