.header {
    text-align: center;
    margin: 10px 0px 20px;
    font-weight: 900;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .header__logo {
        max-width: 30%;
    }
}