body {
    background-color: hsl(124.48 40.61% 67.65%);
    font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-weight: 400; 
    font-style: normal; 
margin: 0;
padding: 0;
}
h1 { font-family: “Roboto”,'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900; font-style: normal; }

footer p {text-align: center;
border: 1px solid #000;
color: #F8FEFF;
background-color: #0B4A15;
margin: auto;
padding: 30px;
bottom: 0px;
width: 100%;
height: 60px;
}

#logo {
    width: 70px;
    height: auto;
}

header {
    background-color: #0B4A15;

    border: 1px solid #000;

    height: 50px;

    margin: 0;

    padding: 30px;

    color: #F8FEFF;

    

    font-size: 50px;
    font-weight: 900;
    font-style: normal;
}

nav ul {
    list-style: none;
}

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

a {text-decoration: none;
    color: #0B4A15;}

main {
    margin-left: 36px;
}

.thumbnails {
    display: flex;
}

header span {
    position: relative;
    top: -21px
}

a:hover {
    color: #F8FEFF;
    background-color: transparent;
    text-decoration: none;
}

a:link {
    color:#0B4A15;
    background-color: transparent;
    text-decoration: transparent;
    
}

