body {
    background-color: #000;
    color: #F0F;
    display: flex;
    height: 90vh;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
h1 {
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1024px) {
    h1 {
        font-size: 5em;
    }
}