h1 {
    margin-top: 40px;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.primera-reunion-oficial-junta-directiva {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    width: 60vw;
    height: 90vh;
}

.primer-boletin-nuevo-periodo {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 600px;
    height: 800px;
}

@media (max-width: 600px) {
    .primer-boletin-nuevo-periodo {
        width: 100vw;
    }
}

.first-meeting-of-members-container {
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
    margin-top: 50px;
}

.first-meeting-of-members-container h2 {
    font-size: 1.7rem;
}

@media (max-width: 600px) {

    .first-meeting-of-members-container h2 {
        font-size: 1.2rem;
    }

    iframe {
        width: 320px;
    }
}