.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: black;
    height: 20rem;
}
.footer img {
    height: 15rem;
    padding-top: 2.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }