html, body { height: 100%; font-family: 'Open Sans', sans-serif; display: flex; flex-direction: column; }
main { flex: 1; }
footer a { margin: 0 10px; color: #fff; }
