body{
    background-color:#abf1dc;
}
h1{

    text-align: center;
    color: rgb(248, 170, 231);
    font-size: 40px;
    text-shadow: 2px 2px 4px black;
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
}
.fuente1{
    font-weight: bold;
    font-family: "Poiret One", sans-serif;
    font-style: normal;
    color: rgb(0, 0, 0);
}


.h2_fuente{
    font-size: 40px;
    font-weight: bold;
    font-family: "Poiret One", sans-serif;
    font-style: normal;
    color: rgb(16, 126, 120);
    
}

.fondo_texto{
    background-color: rgb(237, 190, 218);
    padding: 10px;
    font-weight: bold;
    font-family: "Poiret One", sans-serif;
    font-style: normal;
    color: rgb(4, 68, 32);
}


.estilo_inicio {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(95, 223, 180);
    font-size: 20px;
    border: 1px solid white;
    display: flex;
    
    
}

.estilo_inicio li {
    flex: 1;                
    text-align: center;
}

.estilo_inicio li a {
    display: block;
    text-decoration: none;
    color: white;
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 5px;           
   
}

.estilo_inicio li a:hover {
    background-color: rgb(100, 194, 178);
    
}

.estilo_inicio .activo {
    background-color: rgb(24, 170, 151);
    
}



