html { font-size: 20pt; }
body {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: "Roboto Slab";
  text-align: center;
  background-color: #2c3e50;
  color: #e74c3c;
  text-shadow: 0 1px 0 #ecf0f1;
  overflow: hidden;
}
h1 { margin: 0; }
