/* Complemento para o link da página de disciplinas em aulas.html */
.section-link {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: center;
}

.section-link p {
    margin: 0;
    font-weight: 600;
}
