
footer{
    background: white;
    padding: 50px 50px 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;


}

footer .left{
    margin: 0 15px 30px;
}

#footerSVG{
    width: 250px;
    max-width: 250px;
}

footer .right{
    position: relative;
    top: 3px;
    margin: 0 15px 30px;
}

footer .right a{
    color: black;
}

footer .right p {
    margin-top: 0;
}