.site-nav {
    background: #182210;
    padding: 1rem 2rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;

    .site-logo {
        height: 50px;
    }

    .site-name {
        font-weight: bold;
    }

    a {
        margin-right: 2rem;
        text-decoration: none;
        color: #FFF;
    }

    a:hover {
        text-decoration: underline;
    }
}