footer{
   background-color:#203f14;
   color:#e2e2e2;
   font-size: 14px;
}
footer a{
  text-decoration: none;
   color:#e2e2e2;
}
footer a:hover{
 
    color:#c2bfbf;
 }
footer h1{
   font-size: 16px;
 }

 footer li{
    list-style: none;
 }

 footer>.container>div{
   justify-content: center;
}
footer img{
 width: 100px;
 height: auto;
 filter: brightness(100);
}
 