body{
    background-color: blueviolet;
    font-size: 50px;
}
button{
    font-size: 24px;
    padding: 15px 32px;
    border-radius: 12px;
    border: 2px solid wheat;
    cursor: pointer;
}
section{
    margin-top: 100px;
    text-align: center;
}
