@media (min-width: 768px) {
    .logo{
        margin-bottom: 10px
    }
}
@media (max-width: 768px) {
    .burger{
        margin-top: 5px;
    }
}