@font-face {
  font-family: roboto;
  src: url("../Roboto.ttf"); }

html {
  height: 100%; }

div {
  font-family: Roboto; }

body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

header {
  flex: 0 0 auto; }

main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  background: #000;
  color: #fff; }
  footer .nav {
    color: #000;
    padding: 0 4px; }
  footer #copyright {
    flex: 1 1 auto;
    text-align: right; }
  footer #reddit {
    width: 24px;
    padding: 4px 4px 0 4px; }

.hidden {
  display: none; }

.lineThrough {
  text-decoration: line-through;
  font-size: 0.9em; }

.emphasise {
  font-weight: bold; }

.properEmphasise {
  border-radius: 5px;
  font-weight: bold;
  padding: 1px 4px 0px 2px;
  border: 2px solid red; }

ul {
  padding-inline-start: 20px; }

.nav-nav {
  color: black; }
