html {
    font-size: 16px;
}

body {
    --main-ease: cubic-bezier(.65,.05,.36,1);	
    background: white;
    font-family: 'Spectral', 'Roboto', serif;
    line-height: 1.5;
    height: 125vh;
}

header {
    background-color: var(--bg-3);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    height: 100%;
    align-items: center;
}

header * {
    display: inline;
}

header li {
    margin: 20px;
}

header li a {
    color: black;
    text-decoration: none;
    font-family: 'Spectral', 'Roboto', serif;
}
