h1,h2,h3,h4,p,a {
  font-family: 'Roboto', sans-serif;
}

footer{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #212529;
    display: flex;
    color:#3FA535;
    justify-content: center;
}

footer img{
  width: 40%;
  margin-left: 80px;
  margin-top: 20px;
 
}

footer h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

footer li{
   list-style: none;
   color: #3FA535;
   margin-bottom: 5px;
   margin-left: 2px;
}

footer a{
  text-decoration: none;
  color: #3FA535;
  margin-bottom: 10px;
  margin-top: 13px;
  padding-left: 10px;
}


@media (max-width:700px) {
    footer {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }

    a,h3 {
      text-align: center;
    }
}

