body {
  background-color: #000520;
  font-family: "Source";
}
main {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.links a {
  color: white;
}

main > * {
  color: white;
  text-align: center;
}

.title {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 0;
}

.subtitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.cornerfish {
  right: 0;
  bottom: 0;
  position: absolute;
  stroke: white;
  max-height: 10vh;
  max-width: 10vw;
  min-width: 50px;
}

/*
font-family: 'Anonymous Pro', monospace;
font-family: 'Caveat', cursive;
font-family: 'Source Sans Pro', sans-serif;
*/
