.footer {
    background-color:#4D148C;
    height: 45px;
    font-size: 16px;
    font-family: FedEx Sans,sans-serif;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    color: white;
    /* margin-left: 26px; */
    width: 100%;
  }