.footer {
    background-color: #181818;
    margin-top: 0; 
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .container .card {
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: #181818;
    color:#E0E0E0;
    border: none;
}

footer .dropdown-divider {
    width: 30%;
}

.credits {
    display: flex;
    align-items: center; 
    height: 60px;
    background-color:#202020;
    color:#888888;
  /*  padding: 1%;*/
  }

  @media only screen and (max-width: 768px) {
    .footer .container {
        justify-content: center;   
    }

    .credits .container {
        text-align: right;
    }  
  }
  