footer{
  margin-top: 5rem;
  background-color: #242424;
  bottom: 0;
  border-top: #646464 1px solid;
}


.footerUp {
    display: flex;
    justify-content: space-around;
    padding: 5rem 2rem;
    color: #a3a3a3;
  }
  
  .footerDown {
    color: #646464;
    justify-content: center;
    display: flex;
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  @media (max-width: 800px) {
    .footerUp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      gap: 2rem;
    }
  }