*,
*>* {
    box-sizing: border-box;
}

body {
    background-color: #F6EBC8;
    font-family: sans-serif;
    font-size: 2rem;
    color: black;
}