footer{
    border-top: 1px solid rgba(29, 40, 54, 0.5);
    box-shadow: 0px -3px 2px rgba(0, 0, 0, .3);
    background-color: #0f3b7f;
    margin-top: 39px;
    padding-bottom: 8px;
}
.footer-content{
    text-align: center;
    margin-bottom: 20px;
    margin-top: -2px;
    color: #fff;
    font-family: "Work Sans", sans-serif;
}
.footer-logo{
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    transform: translateY(16px);
  }