@font-face {
    font-family: Atkinson;
    src: url("assets/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: Atkinson;
    src: url("assets/AtkinsonHyperlegibleNext-Bold.woff2") format("woff2");
    font-weight: bold;
}

:root {
    font-family: Atkinson;
    font-weight: normal;
    font-size: 1em;
    color: #37323E;
    background-color: #FFFFE8; 
    /* FFFFE8 BDF7B7 */
}

body {
    display: flex;
	flex-direction: column;
    gap: 1em;
    align-items: center;
    /* margin: 0; */
}

header {
    font-size: 1.3em;
    background-color: #8CFFDA;
    padding: 15px;
    border-radius: 1em;
    max-width: 800px;
}

footer {
    font-size: 1.2em;
    background-color: #CEEAF7;
    padding: 15px;
    border-radius: 1em;
}