

body {

        font-family: 'Lora', serif;
        background-color: #ebded4;
        margin: 0;
        padding: 0;
}

<style>
 
body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

 </style>

   
header {
    background-color: #6c5ce7;
    color: white;
    padding: 20px;
    text-align: center;
}

#grafico {
    height: 100%;
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
    }

 video {
     width:100%;
     max-width:100%; 
    height:100%; 
     margin-top: 50px; 
    margin-bottom: 50px;
    }

#carcel {
    height: 100%;
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
    }

#afiche
{
    height: 100%;
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
    }
 


.Titulo {
text-align:center;
    }

.parrafo {
        margin: 25px 250px 25px 250px;
        text-align:justify;
        font-size: medium;
        line-height: 25px
    }


.parrafo {
        margin: 25px 250px 25px 250px;
        text-align:justify;
        font-size: medium;
        line-height: 25px
    }

nav a {
    margin: 0 15px;
    color: #2d3436;
    text-decoration: none;
    font-weight: bold;
}

</main>

main {
    padding: 20px;
}

footer {
    background-color: #fff78f;
    color: white;
    text-align: center;
    padding: 10px 0;
}

#regiones {
    height: 100%;
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
            }



p {
    margin: 0;
    font-size: 16px;
    color: #2d3436; /* Texto gris oscuro */
}



#mujeres {
    height: 100%;
    width: 100%;
    margin-top:50px;
    margin-bottom: 50px;
            }


div#graficotransparente {
margin: 0 auto;
display: block;
left: 20%;
}


div#graficocuatro {
margin: 0 auto;
display: block;
left: 18%;
}