head {
   
    display:none;
}

body {
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #003333;
font-family: 'Oswald', sans-serif;
}


nav {
    background-color: #006666;
display:flex;
text-decoration: none;
    justify-content: space-between;
 
   
}

ul{
    list-style: none;
display: flex;
align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.elemento1 img {
    height: 60;
    margin-bottom: -10;
    margin-left: -30;
}

.elemento2 h1 {margin-bottom: 20;

}


.elemento3 img {
    height: 40;
margin-bottom: -1;
   
    margin-left:12em;
}
  

.elemento4 img {height:30;
margin-bottom: -1;
margin-left:  12em;

}



h1 {color: white;
        display: block;
    
}

a {
      text-decoration:none;
    display: flex;
      padding-right: 0px;
    font-weight:normal;
}


nav img {display: flex;
        flex-wrap: wrap;
        margin-right: 10px;
}
h2 {
 color: white;
   font-size:3em;
   padding: 50px;
    display: flex;
    text-decoration: none;

  
      }



h1 {color: white;}

p {
    background-color: white;
    color:  #003333;
    padding: 0.8em;
    margin-bottom: -2;
    }

id {font-weight: bolder;
}




.dona {
    
    display: flex;
     background-image: url(../tp/img/casa.jpg);
    
    color:white;

  margin: 12px;
  padding:0px;
    shape-margin: 12px;
}



.intercambia{
    
  
   
   background-image:url(../tp/img/pintura.jpg);
    
    color:white;
    margin: 12px;
  padding:0px;
    
 

    
}

.eventos{
    background-image:url(../tp/img/calendario.jpg);
    color:white;
     margin: 12px;
  padding:0px;
    
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}