body { 
  margin: 0;
  font: 12px/1.25 sans-serif;
  color: #fff;
  background-color: #1c1c1c;
}
p {
  margin: 0 0 0.4rem;
}
a, a:visited {
  color: #aaaaa5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#container { 
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}
#pts { background-color: #f1f3f7; width: 90vh; height: 90vh; }
