footer{
    margin-top: 144px;
    padding-bottom: 105px;
    position: relative;
    z-index: 2
}
footer div{
    display: flex;
    justify-content: center;
}

footer div p{
    height: 42px;
    margin-top: 35px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    /* identical to box height, or 233% */


    color: #FFFFFF;
}

footer div a{
    margin: 10px;
    width: 42px;
    height: 42px;
}

