html{
    background-color: pink;
    color: grey
}

#ohio {
    text-decoration: underline;
    text-transform: uppercase;
}

.centered-heading{
text-align: center;
}