*{
    margin: 0;
    padding: 0;
}

body{
    background: antiquewhite;
    text-align: center; 
}
header{
    text-align: left;
} 

k{
  font: small-caps 100%/200% serif;
    font-size: 1.1em;
} 


h1{
    text-align: center;
    padding-top: 50px;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 50px;
    position: relative;
    color: brown;
    padding: 0; 
    /* margin-left: 20px; */
    text-align: center;
} 

p{
    line-height: 30px;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
}


h2{
    padding:30px;
    font-size: 30px;
        
}

h1::after, h1::before{
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: currentColor;
    top: 0.6em;
} 


h1::before{
    left: -140px
} 

h1::after{
    right: -140px
}


.volver{
    background: antiquewhite; 
    color: brown;
    text-align: center;
    position: relative;
    line-height: 15px; 
    text-decoration: none;
    /* margin-top: 15px; */
}

.volver p{
    font-size: 15px;
}

.volver p a{
text-decoration: none;    
color: brown; 
}

/*.volver a p{
    color: brown; 
    text-decoration: none;
} */

.volver p a:hover{
    background: brown;
    color: antiquewhite;
    padding: 10px;
    text-decoration: none;
}





