html, body {
    margin: 0;
    padding: 0;
    height: 80%;
    text-align: center;
    background: lightgray;
    
}

h1, h2{
    font-family: 'Special Elite', cursive;
    font-weight: 500;
    color: #494949;
    margin-top: 20%;
    font-size: 30px;
    
}



h2 {
    text-transform: uppercase;
    margin-top: 10%;
}