#divider_footer{--color-bottom: var(--bg-lighter)}footer{display:flex;flex-direction:column;gap:50px;justify-content:center;align-items:center;padding-top:30px;padding-bottom:70px;position:relative;background-color:var(--bg-lighter)}footer .footer_column,footer .footer_row{display:flex;padding:0 10px}footer .footer_column{flex-direction:column;gap:15px}footer .footer_row{flex-wrap:wrap;flex-direction:row;gap:70px;justify-content:center}footer .align_center{align-items:center}footer h3{display:flex;flex-direction:row;gap:10px;align-items:center;font-size:inherit}footer h3 img{width:30px}footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}footer ul.platforms{flex-direction:row;gap:1px}footer ul.platforms li{display:flex;justify-content:center;align-items:center;width:40px;padding:8px;border-radius:50%;transition:.3s}footer ul.platforms li:hover{background-color:var(--bg-contrast-darkest)}footer ul.platforms li:hover s-icon{fill:var(--text)}footer ul.platforms li s-icon{fill:var(--text-secondary)}footer ul a{color:var(--text-secondary)}footer ul a:hover{text-decoration:underline}footer ul #copyright{margin-top:30px;color:var(--text-secondary)}@media screen and (max-width:600px){footer .footer_column{align-items:center;width:100vw}}
