body{
  padding: 0px;
  margin: 0px;
/*  overflow: hidden;*/
}
#header{
  width: 100%;
  height: 30px;
  background: #000;
}
#footer-nav{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #000;  
}
#footer-nav ul{
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#footer-nav ul li{
  list-style: none;
  justify-content: space-around;
  width: 25%;
  font-size: 25px;  
}
#footer-nav ul a{
  color: #fff;
  padding: 10px 12%;
}
#client-list ul{
  padding: 0px;
}
#client-list ul li{
  list-style: none;  
}
#client-list a{
  color: #000;
    font-size: 20px;
    font-weight: 900;
    background: #e3e3e3;
    width: 94%;
    height: 35px;
    display: block;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
}
