footer {
    /* margin-top: 3rem; */
    height: 2rem;
    background: black;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

/* #footer{
  position:absolute;
    bottom: 0;
    left: 0;
    right:0;
} */
.center{
  display: flex;
  align-items: center;
  justify-content: center;
}