
footer {
    width: 100%;
    text-align: center;
    background-color: #111111;
    padding: 70px 0px;
    margin-top: 40px;
  }
  
  .footer-logo {
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
  }
  .footer-logo img {
    width: 100%;
  }
  
  .footer-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
  }
  
  .footer-links a:hover {
    color: #2890ff;
  }
  
  .footer-copyright {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
  }
  