footer{box-sizing:border-box;max-width:750px;padding:0 15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:0.95em;color:var(--text-light-color);margin:10px auto}footer a{color:var(--text-light-color)}footer div{margin-bottom:20px;display:flex;align-items:center;flex-wrap:wrap}@media screen and (max-width: 500px){footer{justify-content:center}}body.dark-mode footer,body.dark-mode footer a{color:var(--dark-text-light-color)}
