


body {
    background-color: #e7ddf1;
}    

h1, h2, h3 {
   font-family: 'Courgette', cursive;
   font-size: 30px;
   color: cornflowerblue;
   text-align: center;

}


  .foto img {
    
    box-sizing: border-box;
    align-content: center;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: center;
     
    }

p {
    font-family: 'Playball', cursive;
    font-size: 25px;
    color: darkslateblue;
    text-align: center;
      
}

*{
    margin:1.5px;
    padding:1.5;   
}

/*Estilos Generales*/
.elemento  {
    background: #fff;
    display: inline-block;
    font-size: 1.15em;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 3px 0px #373c3c;
    width: 200px;
    border-radius: 100px;
 
    }

titulos {
    
   border-radius: 50%;
    max-width: 30vh;
    height: auto;
}

ul {
    list-style: none;
    font-family: font-family: 'Sarala', sans-serif;
    
}

    
footer {
    font-size: 15;
    color: cornflowerblue
}