body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    text-align: center;
}

#Submit {
    background-color: lightgray;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    height: 3rem;
}
    
h1 {
    font-size: 90vw;
}

h2 {
    font-size: 70vw;
}

#Submit, #Queen, #King {
    width: 80vw;
}

#voted {
    font-size: 80vw;
}

@media (min-width: 500px) {
    h1 {
        font-size: 90px;
    }

    h2 {
        font-size: 70px;
    }

    #Submit, #Queen, #King {
        width: 150px;
    }

    #voted {
        font-size: 50px;
    }
}

