html { background-color: #193360; color: #eeeeee; margin: 0; height: 100%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { position: relative; margin: 0; padding-bottom: 6rem; min-height: 100%; font-family: "Source Sans Pro", sans; } a { color: #22bb22; } a:visited { color: #ee66ff; } h1, h2, h3, h4, h5, h6 { font-family: "Space Mono"; font-weight: bold; }