body {
    overflow-x: hidden;
}

.menu:hover {
    color: #ffc107;
}

@media (min-width: 576px) {
    .menu {
        color: whitesmoke;
    }

    .mm {
        filter: brightness(0) invert(1);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .menu {
        font-size: smaller;
    }
}

.correo {
    font-size: 20px;
}
