@font-face{
    font-family:abril;
    src:url(fonts/ArchitectsDaughter.ttf);
    
}

*{
    margin: 0;
    padding: 0;
    
}

body{
    background-image: url(img/pattern.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

.cabecera{
    width:100%;
    padding: 1em;
   
}
img{
    border:groove 3px crimson;
    border-radius:8px;
}
.thumbnail img{
    width:100%;
   
    border:solid 2px darkslateblue;
    border-radius: 15px;
}
h1{
    text-align: center;
     font-family:abril, monospace;
    color:darkred;
    font-size: 45px;
    border-bottom: groove 3px crimson;
}
h2{
    color:firebrick;
    font-family: abril;
    font-size:25px;
}
img, h2{
    display:inline;
}
h3{
    font-family:abril;
    color:antiquewhite;
}


p{
    text-align: center;
    color:antiquewhite;
}
.thumbnail{
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    border:solid 2px darkslateblue;
}

