@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Chivo');



.verde{
    display: block;
    font-size: 20px;
    color: #2fad8a;
    text-decoration-line: none;
}

.texto1 {
    color: #2a6756;
    text-align: left;    
}{
    color: #2a6756;
    text-align: left;    
}

.texto2 {
    color: #2a6756;
    text-align: left;    
}
.perfil{
    margin-left: 200px;
    
}

h1{
    font-family: 'Chivo', sans-serif;
    font-size: 20px;
    background-color: #188d6d;
    color: rgb(211, 205, 154);
    border-radius: 10px;
    text-align: center;
        
        
        
}

body{
    min-height: 100vh;
    font-family: 'Righteous', cursive;    
    background-color: rgb(245, 240, 198);
    display: flex; 
    flex-direction:column;
    justify-content: space-between;
}

img{-moz-box-shadow: 1px 1px 5px #292929;
box-shadow: 5px 5px 50px rgba(152, 106, 28, 0.72);
       margin: 10px;
    padding: 10px;
    }

main{
    margin: 20px;
    padding: 20px;
 flex-grow: 1;
}



nav ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
table {
    color: rgb(245, 240, 198);
    background-color: #088361
}


h2{
    color: #1e9877;
}
.footer {
    font-family:'Righteous', cursive; 
    margin-top:0;
    position:relative;
    font-size: 10px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;    
    color: rgb(206, 206, 206);
    background-color: #088361;
}