#footer-menu-list > li > a {
    font-family: var(--global--font-bold);
    text-transform: uppercase;
}

#footer-menu-list > li:nth-child(1) {
    background-color: var(--wp--preset--color--orange-70);
}

#footer-menu-list > li:nth-child(2) {
    background-color: var(--wp--preset--color--purple-70);
}

#footer-menu-list > li:nth-child(3) {
    background-color: var(--wp--preset--color--yellow-70);
}

#footer-menu-list > li:nth-child(4) {
    background-color: var(--wp--preset--color--blue-70);
}

#site-footer #logo {
    width: 150px;
    height: 150px;
}

#site-footer .circle-sticker {
    width: 100px;
    height: 100px;
    background-color: red;
    line-height: 0.8 !important;
}