body {
    background-color: burlywood;
    color: black;
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin: 0;
}

button {
    background-color: brown;
    color: black;
    font-family: "Lato", sans-serif;
}