@import 'https://fonts.googleapis.com/css?family=Bungee+Inline|Teko:300,500,700';





body {
    font-family: 'Open Sans', 'Arial', sans-serif;
    margin: auto;
    margin-top: 50px;
    background-color: skyblue;
 

    background-image: url(img/fondo-verde.png);
    background-repeat: space;
    background-attachment: fixed;
    height: 1357px;
    width= 1920px;
    background-size: contain;
    background-size: cover;


}

head {
    margin-top: 50px;
    text-align: center;
}


h1 {
    font-family: 'PT Serif', 'Arial', serif;
    font-size: 40;
    color: skyblue;
    font-weight: 700;
    text-align: center;
    
}
    
h2 {
    font-family: 'PT Serif', 'Arial', serif;
    font-size: 30px;
    color:black;
     text-align: center;
}

h3 {
     font-family: 'PT Serif', 'Arial', serif;
    font-size: 20px;
    color: black;
    text-align: center;
}


p {
    font-family: 'PT Serif', 'Arial', serif;
    font-size: 15px;
    color: black;
    text-align: center;
    
    
}



section {
    font-size: 16px;
    color: darkgreen;
    background-color: #e0e0e0;
    
}

footer {
    font-size: 12px;
    color: blanchedalmond;
    text-transform: full-width;
    text-align: center;
}


img {
    height: 450px;
  
}



div {
    background:url(imagen1) no-repeat top left,url() no-repeat bottom right;
     background-color: darkcyan;
   background-image: image()
   
}







