body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f8f8;
}

.menu-container {
    width: 90%;
    max-width: 800px; /* Ajusta el tamaño máximo de la imagen para pantallas grandes */
    margin: auto;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}
