h1 {
    box-shadow: 1px 7px 10px rgba(0,0,0,0.50);
    color: rgb(209, 102, 102);    
    font-family: 'Kaushan Script', cursive;
    font-size: 45px;
    background-color: antiquewhite;
    border-radius: 20px;
    
}
h2 {
    margin: 60px 20px;
    height: 45px;
    box-shadow: 1px 7px 10px rgba(0,0,0,0.50);
    color: rgb(54, 14, 14);    
    font-family: 'Kaushan Script', cursive;
    font-size: 25px;
    background-color: rgb(225, 240, 243);
    border-radius: 20px;
}

.imagen {
    box-shadow: 1px 7px 10px rgba(0,0,0,0.50);
    border-radius: 150px;
    width: 200px;
    border: solid 10px #9c13c9;
    border-style: dashed;
}
#segmento {
    margin-top: 20px;

}
/**/
*{
    margin: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
    margin: 20px 15px 20px 15px;
    border-radius: 10px;
    border-style: outset;
    padding: 5px;
}
