footer {margin:3vw; font-size:13px; margin-top:50px }

footer {display:flex; }
footer > * {flex: 1}

footer > * > span {display:block}

footer > *:last-child {margin-left:6vw}
footer > *:first-child > span:not(:first-child) {margin-top:10px}

footer > *:last-child {display:flex; flex-wrap:wrap}
footer > *:last-child > * {flex-basis:auto; flex-grow:1; padding-right:10px}

footer {border-bottom:1px solid rgba(102,204,0,0.5); padding-bottom:40px}


footer nav .selected {color:#6C0}