header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.headerBox {
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px var(--marginGlobal);
}

nav {
    display: flex;
    gap: 50px;
    font-weight: 500;
}

header img {
    width: 120px;
    height: auto;
}