footer{
    width: 100%;
    height: 40vh;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    margin-top: 56px;
}
.line{
    background-color: #fff;
    width: 75%;
    height: 1px;
}
.footerButtons{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-right: 24px;
    margin-left: 24px;
}
.iconsContainer{
    margin-left: auto;
    display: flex;
    flex-direction: row;
}
.footerIcon{
    color: #fff;
    width: 24px;
    height: 24px;
    text-decoration: none;
    display: block;
    margin-right: 6px;
}
.footericons{
    width: 100%;
}