@media screen and (max-width: 750px) {
    header {
        a#items {display: none;}
        button {display: flex;}
    }
}