div.footer_pad{height:80px}footer{background:var(--bg-color);width:100%;position:fixed;bottom:0;left:0;right:0;height:80px}div.footer{background:var(--bg-color);box-sizing:border-box;max-width:750px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:.95em;color:var(--text-light-color);margin:10px auto;margin-bottom:0;padding:20px}div.footer a{color:var(--text-light-color)}div.footer div{margin-bottom:15px;display:flex;align-items:center;flex-wrap:wrap}@media screen and (max-width: 600px){footer{justify-content:left}footer div{margin-bottom:0px}}body.dark-mode footer,body.dark-mode div.footer,body.dark-mode footer a{color:var(--dark-text-light-color);background:var(--dark-bg-color)}