html {
    background-color: gainsboro;
}

body {
    max-width: 960px;

    margin: auto;
    background-color: white;
    font-family: 'ABeeZee', sans-serif;
    
    font-size: 1.5rem;
}

h1{
    text-align: center;
    font-family: 'Audiowide', cursive;
}

h2{
    font-family: 'VT323', monospace;
}