html{
    text-align: center;
    /* background-color: slategrey; */
}

body{
    font-family: 'Lobster', cursive;
    font-size: x-large;
    /* margin-top: 15%;  */
} 

footer{
    font-size: smaller;
}

button{
    width: 45%;
}