h1{
    display: flex;
    justify-content: center;
    font-size: 32px;
}

button{
    display: flex;
    justify-content: center;
    margin: 8px;
    width: 80px;
    height: 20px;
    background-color: darkgray;
    border-radius: 8px;
    color: white;
}

section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px;
}

form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 10px;
}

p{
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 32px;
}
body{
    margin: auto;
    margin-top: 20px;
    border: solid 1px;
    width: 500px;
}