body{
    background-color: lightskyblue;
}
h1{
    color: grey;
    text-align: center;
}

h2{
    text-align: center;
}
button{
    background-color: lightpink;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}