h1{
    text-align: center;
}
h2{
    text-align: center;
}
button{
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}