body * {
    font-family: sans-serif
}

a {
    color: white;
}

body {
    background: black;
    color: white;
    padding: 1em;
}
address {
    white-space: pre;
    margin: 1em;
}
div#content {
    text-align: center;
}

div#content img {
    height: 40em;
}

h1 {
  display: none;
}