body {
  background-color:white;
  color: black;
  font-family: sans;
}

#core {
  text-align: center;
  font-weight: bold;
  font-size: 30pt;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* EOF */
