body{
    background-color: rgb(134,170,84);
    font-family: "Concert One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}
header{
    background-color: rgba(94,75,0,255);
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;      
    font-size: 36px;
    font-weight: 600;
    height: 100px;
}
header img{
    height: 80px;
    width: auto;

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

nav ul{
    list-style-type: none;
}
nav ul li{
    display: inline;
    margin-right: 16px;
    
}

a:link {
    text-decoration: none;
    color: black;
  }
  
  a:visited {
    text-decoration: none;
    color: black;
  }
  
  a:hover {
    text-decoration: underline;
    color: black;
  }
  
  a:active {
    text-decoration: underline;
    color: black;
  }

.thumbnails{
    display:flex;
}

main figure img{
    height: 250px;
    width: auto;
}

footer{
    background-color: rgba(94,75,0,255);
    color: white;
    height: 55px;
    padding: 25px;
    
}

footer p{
    text-align: center;
    
}