@charset"utf-8";

* {
    margin,padding, border: 0;
    box-sizing:border-box;
    font-family: "flama";
    text-decoration: none;
    font-family: sans-serif;
    
}


header {
    background-color:cornsilk;
    text-align: center;
    flex:auto;
    justify-content:space-between;
}

main{
    text-align: center;
    
}

.huerta {
    background-color:lightgreen;
    border-radius: 20px;
    padding: 15px;
    margin: 15px;
}

.integrantes{
    background-color: #FFBA31;
    border-radius: 20px;
    padding:15px;
    margin: 15px;
    color: aqua;
}


nav ul {
    padding: inherit; 
  display: flex;
}

nav li {
    margin-left: auto;
  flex: auto;
    justify-content: space-around;
}


h1 {
    color:darkorange;  
    text-align: center;
}

p {
    color:darkgreen;
    text-align: left;
}

li {
    list-style:none;
}

h3 {
    color:white;
}

h2 {
    color: white;
}

.paleta {
    width: 15%;
}

a { 
    color:lightcoral;
    text-decoration:none;
}

h4 {
    color: dimgray;
}

a:hover {
    color:firebrick;
    font-weight : 600;
}
    
img { 
    width: 100%;
    
}   

#uba { 
    font-size: 12px;  
}

ul{ color:white;
    
}
footer {
    font-size: 12px;
    color:darkgray;
}

.boton {
    background-color:cornsilk;
    border-color: darkorange;
    padding: 12px ;
    font-size: 15px;
    text-align: center;
    border-radius: 20px;
}

.paletadecolores{
    background-color:white;
    border-radius: 20px;
    padding: 15px;
    margin: 15px;
}
.paletadecolores h3 {
    color: darkorange;
}
    
.huerta ul {
    text-align: left;
    font-weight: 300;
}
 