body{
background: lightyellow;
display: flex;
flex-direction: column;
justify-content: center;

}
/*todo header*/

header {
flex-direction: row-reverse;
justify-content: space-between;
align-content: center;
    margin-top:40px;

}


/*todo main*/

main{
    justify-content: center;
    align-content: center;
    margin: auto;
    flex-direction: column;
    
}

h1{ font-family: 'Baloo Da', cursive;
    font-size: 50px;
    color: #7DD34A;
margin: auto;
margin-top:  2em;
}

a{color:#14ac00;
   font-family: 'Raleway', sans-serif;
font-size: 25px;
    margin: auto;
margin-top:  2em;
justify-content: flex-end;
    
}






/*todo footer*/
footer{
   
    
}
.menu{ 

}

            nav ul {
                    list-style: none;
                    display: flex;
                    justify-content: space-between; 
                   
}
    
            nav ul li {
                        flex-grow: 1;
}

            nav ul li {
                        margin-left: .25em;
}

            nav ul li a {
                       
                        color: white;
                        text-decoration: none;
                       
                        font-family: 'Hammersmith One', sans-serif;

}

.botonb{
    background-color: #91DD5F;
    margin-left: 3px;
    
}

.botond{
    background-color:#6AB742;
    margin-left: 3px;
    
}
.botonc{
    background-color:#6AB742;
    margin-left: 3px;
    
}
.botone{
    background-color:#6AB742;
    margin-left: 3px;
    
}