header {
    background-color: #8F9C57B1; 
    border: 4px solid #000000; 
    height: 55px;
    padding: 20px;
   display:flex
    }

    header span {

        position:absolute;
        top: 30px;
        bottom: auto;
        left: 100px;
        font-size: 40px  ;
        font-family: “Roboto”,‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-weight: 900;normal
    }

    main {
        margin-left: 50px;
        }

body { font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0; 
    padding: 0
    
    ;
background-color: lch(80.89 25.5 123.26);}

a {text-decoration: none;}


nav ul li {
    display: inline;
    margin-right: 16px;
    }

    nav ul {
list-style-type: none;
}

h1 { font-family: “Roboto”,‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-weight: 900;normal
}




#logo {

    width: 60px;
    height:auto
}

.title {

    padding-left: 15px;
    margin-top: 10px;
}

footer {
    background-color: #8F9C57; 
    border: 4px solid #000000; 
    height: 55px;
    padding: 20px;
   display:flex
    

}

footer p {
    
    margin: auto;

}

main li {
    list-style-type: none;display: inline;
    margin-right: 290px;}

