h1{
    color: green;
    text-align: center;
}

h2{
    color: green;
    text-align: center;
    background-color: white;
}

*{
    background-color: antiquewhite;
    text-align: center;
}

