
 

body{
    margin:5px;
    
    background-color:#eee;
    
}
header{
    width:100%;
    margin:10px;
    background-color:#dddddd;
    border:solid 1px #dd5735 ;
    text-align:center;
}
h1,h2,h3,h4{
    font-family: 'Barriecito', cursive;
}
footer{
    width:100%;
    height:200px;
    border:solid black 1 px;
    background-color:#dddddd;
    text-align:center;
}
h1,span{
    color:#dd5735;
}
a{
    text-decoration:none;
}