@font-face {
        font-family: Wonder;
        font-display: swap;
        src: url("/SF Wonder Comic.woff2")
}

ul {
    list-style-type: none;
}

html {
    font-family: Wonder;
    color: rgb(50,0,50);
}

/*HEADER*/

header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-left: 5%;
    width: 50%;
    display: flex;
    justify-content: center;
}

.logo img {
    max-height: 80px;
    object-fit: contain;
    object-position: left;
    width: 100%;
    margin: 0;
}

.links {
    margin-right: 5%;
}

.links ul {
    display: inline-flex
}

.links img {
    /*max-width: 40px;*/
    height: 30px;
    margin-right: 5px;
}