body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0;
    background-color: #f4f4f4;
    padding: 10px 0;
}

.calendario {
    width:75%;
    height: 95vh;
    background-color: #fff; 
    box-sizing: border-box;
    border: 2px solid; 
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 2px auto;
}

.titulo-calendario {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px 50px;
}

#calendario-zoom {
    border-color: #3498db;
}

#calendario-zoom h2 {
    background-color: #3498db;
}

.footer {
    text-align: center;
    font-size: 0.7rem;
}

.footer-link {
    text-decoration: none;
    color: #9b2cdb;
}

.footer-link:hover {
    text-decoration: underline;
}