@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Galada');
@import url('https://fonts.googleapis.com/css?family=Bowlby+One+SC|Roboto:300,400,700');


html{
    font-size: 14px;
}
* { box-sizing: border-box;
    margin: 4px;
    background-color:#BEF980;
}
header {
    text-align: center;
}

ul img{
    width: 170px;
    background-color:white;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


header nav ul li a {
    text-decoration: none;
    background-color:#58595c ;
    color:white;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 8px;
    margin: 0px;
    margin-top: 4px;
    
}

main{
    display: block;
    flex-direction: row;
    margin-bottom: 1.5em;
    
}
main form h1 {
    font-family: 'Galada';
    font-size: 2.7em;
    display: block;
    text-align:left;
    color:#000;
    margin-top: 1.5em;
    width: auto;
    height: auto;
}

main img{
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 2em;
    float: left;
    width: 226px;
    display: flex;
}

h2{
    color:#000;
    font-family: 'Roboto';
    display: block;
    text-align: left;
    margin-top: 0.3em;
    
}

div{
    flex-direction:column-reverse;
    display: flex;
    font-family: 'Roboto';
    text-align: left;
    align-content: center;
    font-size: 16px; 
}

h3{
    font-family: 'Roboto';
    display: block;
    text-align: left;
}
