body {
    background-color: var(--color-primary-50);
}

header {
    width: 100vw;
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1.6px solid #000;
}

header > .header-img {
    width: 60px;
    aspect-ratio: 1;
    background: url(../imgs/logo.png);
    background-size: cover;
    background-position: center;
    margin: 0 10px;
}