footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    padding: 12px;
    background-color: #151515;
  }
  
  footer a{
    color: white;
  }

