#root {
    min-height : calc(100vh - 150px);
}

footer {
    color      : var(--bs-secondary);
    height     : 125px;
    margin-top : 25px;
}

footer > div {
    justify-content : space-between;
    width           : 800px;
}

#address {
    font-size : 15px;
}

.payment-icons {
    width : 50px;
}

/*footer svg path {*/
/*    fill : var(--bs-secondary);*/
/*}*/
