#divider_footer{--color-bottom:var(--bg-lighter)}footer{background-color:var(--bg-lighter);flex-direction:column;justify-content:center;align-items:center;gap:50px;padding-top:30px;padding-bottom:70px;display:flex;position:relative}footer #footer_title_main{font-size:24px}footer .footer_column,footer .footer_row{padding:0 10px;display:flex}footer .footer_column{flex-direction:column;gap:15px}footer .footer_row{flex-flow:wrap;justify-content:center;gap:70px}footer .align_center{align-items:center}footer h3{font-size:inherit;flex-direction:row;align-items:center;gap:10px;display:flex}footer h3 img{width:30px}footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}footer ul.platforms{flex-direction:row;gap:1px}footer ul.platforms li{border-radius:50%;justify-content:center;align-items:center;width:40px;padding:8px;transition:all .3s;display:flex}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{color:var(--text-secondary);margin-top:30px}@media screen and (width<=600px){footer .footer_column{text-align:center;align-items:center;width:100%}}
