@font-face {
    font-family: 'Josefin Slab';
    src: url(fonts/Josefin_Slab/JosefinSlab-VariableFont_wght.ttf);
}
@font-face {
    font-family: Rokkitt;
    src: url(fonts/Rokkitt/Rokkitt-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Courier Prime';
    src: url(fonts/Courier_Prime/CourierPrime-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Courier';
    background-color: #ffe3d9;
}

header {
    display: flex;
    justify-content: space-around;
}


ul {
    display: flex;
}

li {
    list-style-type: none;
    margin: 1rem;
}
