/* Estilos da Landing Page */
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
    background-color: #0d6efd; /* Bootstrap primary blue */
    color: white;
    border-radius: 0.5rem;
}

header h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.accordion-button:not(.collapsed) {
    color: #0d6efd;
    background-color: #e7f1ff;
}