html,
body {
margin: 0;
background-color: var(--background);
font-size: 1.25rem;
}
* {
box-sizing: border-box;