@media (max-width: 650px) {
    header {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}