
.footer {
    font-size:14px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    padding: 20px;
    background-color: #333333;
    border: 0 !important;
    border-radius: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer a {
   color: #ffffff;
}
  
.footer ul {
      list-style: none;
      padding: 0;
      text-align: center;
}

.footer ul li {
        padding: 10px 0;
}

.copyright {
    color: #707070;
    background-color: #1e1e1e;
    margin: 0 auto;
    padding: 1.5rem 0 !important;
    display: flex!important;
    justify-content: center!important;
    font-size:14px;
    max-width: 980px;
}
  
