:root {
    background: #482a18;
}
h1 {
    color: #FAF7F0; 
    font-size: 2em;
    text-align: center;
    margin-top: 0.5em;
}

button {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    color: #FAF7F0;
    background-color: #482a18;
    border-radius: 5%;
}