body {
    font-family: Arial, sans-serif;
    background-color: #1e1e1e;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url('https://file.mir4global.com/mir4-brand-global/img/desktop/section1/bg_section1_chapter15.jpg');
    /* background-image: url('https://file.mir4global.com/mir4-brand-global/img/desktop/section3/slide_7.jpg'); */
    background-size: cover; /* Ajusta a imagem para cobrir toda a tela */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Não repete a imagem */
}




.container {
    text-align: center;
    background-color: rgba(44, 44, 44, 0.7); /* Cor #2c2c2c com 70% de opacidade */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 60%;
    max-width: 1200px; 
   
}

h1 {
    text-align: center;
    color: #ffcc00;
}

h2 {
    text-align: center;
    color: #00ccff;
    border-bottom: 2px solid #00ccff;
    padding-bottom: 5px;
}

.categoria {
    text-align: center;
    margin-bottom: 20px;
}

.membro, .membros-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; 
}

.membro {
    text-align: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.membro img, .membros-container img {
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #ffcc00;
}

.membro p, .membros-container p {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    color: #ccc;
}