header {
    height: 75px;
    background-color: oklab(26.611% 0.00202 -0.00712);
}

nav {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px 5px 10px;
    color: white;
    font-size: 50px;
}

nav a {
    height: 100%;
    display: flex;
    align-items: center;
}

nav img {
    height: 100%;
    margin-right: 10px;
}

.nav-btns {
    margin-left: auto;
}

.nav-btns a {
    color: white;
}