header {
    display: flex;
    justify-content: space-around;
}

h1 {
    margin: 10px;
}
@media (max-width: 950px) {
    header {
        flex-direction: column;
    }
}
