figure{
    float: left;
    text-align: center;
    width: 20%;
}

header{
    background-color: rgb(223, 118, 77);
}
nav{
    text-indent: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5em;
}

main{
    float:left ;
}

form{
    float: left;
}

footer{
    float: left;
    text-indent: 100em;
    background-color: rgb(223, 118, 77);
}

img{
    max-width:100% ;
}

img[class="logo"]{
    float: left;
    width: 40%; 
}