body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    
  }

footer{
    left: 0;
    right: 0;
    background-color: #111;
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
}

.footer-menu{
  display: flex;
  justify-content: center;
}
