@import url('https://uenternals.com/static/css/Philosopher.css');
@import url('https://uenternals.com/static/css/brand.css');

body {
    margin: 6em 0 0 2em;
}

.header {
    position: fixed;
    top: 0;
    left: 2em;
    height: 4em;
    width: 100vw;
    background-color: var(--c-gradient-end);
    margin-left: -2em;
    z-index: 99999;
    border-bottom: 2px solid black;
}

.header #logo {
    height: 3em;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

.header #wordmark {
    color: red;
    font-family: 'Philosopher', sans-serif;
    font-size: 3.5em;
    text-decoration: none;
    margin-left: 0.25em;
    float: left;
}

img {
    margin-left: 3vw;
    float: left;
    height: 100%;
} 