html {
  background:#1c1c1c;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:100%;

  color:whitesmoke;
  text-align:center;
  font-family:monospace;
  font-size:larger;
}

a {
  color:gray;
  font-style: normal;
}

a:hover {
  color: white;
  font-style: italic;
}

.pfp {
  border-color:white;
  border-radius:50%;
  border-width:0.15em;
  border-style:solid;
}