
@font-face {
    font-family: 'Comic Sans';
    src: url(/assets/font/ComicSans.TTF);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: 'Comic Sans';
}

#header-nav_title {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}

#header-nav_links {
    display: flex;
    justify-content: space-between;
    width: 50%;
    height: 100%;
}