ul li a .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5%; /* Ajuste a altura conforme necessário */
    background-color: rgba(0, 0, 0, 0.0);
   
}

.menu-desktop .modal {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    height: 5%; /* Ajuste a altura conforme necessário */
}

.menu-desktop .close-button {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 10%;
}
