.footer-container{
    display: flex;
    background: black;
    color: white;
    height: 300px;
    text-align: center;
    justify-items: center;
}

#a-container {
    margin:auto;
}

a{
    text-decoration-line: none;
    color:white;
    margin:10px;
}