h1{
    color: red;
    text-align:center;
}
h2{
    text-align: center;
}
h3
{
    text-align: center;
}

button{
    color: red;
    background-color: white;
    font-size:x-large;
    
}
a{
    text-decoration: none;
}