body{
    background-color: #DCCBCA;
    color: #DCCBCA; 
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-image: url(../images/foto.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 

    
}

header{
    background-color: #383D29;
    color: #DCCBCA;
    text-align: center;
    font-family: 'Righteous', sans-serif;
    line-height: 1.1;
    padding: 8px;


}

h1{
    font-size: 3em;
}

h2{
    font-size: 2em;
}

main{
    
    font-size: large;
    line-height: 1.6;
    text-align: center;
    margin-top: 40px;
}

footer{
   text-align: center;
   
   margin-top: 980px; 
    
}

a:link{
    text-decoration: none;
    color: #383D29; 
 }
 a:visited{
    color: #383D29;
 }
 a:hover{
    color: #383D29;
 }