header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 0 20px;
    width: 100%;
}

.site-logo img {
    width: 320px;
    height: auto;
}

