@import 'https://fonts.googleapis.com/css?family=Rock+Salt|Rubik:300';

body { background-image: url(img/cruz.jpg)

}

 h1 { 
     font-size: 60px;
     font-family:'Rock Salt', cursive;
     text-align: center;
     }
h2 {
    font-size: 30px;
    font-family:'Rock Salt', cursive;
    text-align: center;
    }
h3 {
    font-size: 18px;
    font-family:'Rubik', sans-serif;
    font-weight: 300;
   }
section {
    
    background-image: url(img/me2.jpg); 
    font-size: 18px;
    color: white;
    font-family:'Rubik', sans-serif;
    font-weight:300;
    margin-left: 550px;
     }  
footer {
     font-family:'Rubik', sans-serif;
     font-size: 10px;
     margin-left: 550px;
     background-color: black;
     color: white;
     
    
}