h1 {
    text-align: center;
    font-family: arial;
}
h2 {
    text-align: center;
    font-family: arial;
}
button {
    text-align: center;
    background-color: transparent;
    border: 1;
    border-radius: 1;
}
button:hover {
    background-color: gray;
}