body, h1 {
  font-weight: 400;
  margin: 0;
}

h1 {
  border: 0;
  font-size: 3em;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Roboto, Helvetica, sans-serif;
  line-height: 1.5;
  background-color: #fdfdfc;
  color: #616161;
}

article {
  max-width: 960px;
  margin: auto auto 1em;
  height: 65vh;
}

.highlight {
  font-weight: 700;
  text-decoration: none;
  color: #C62828;
}

#centre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

a {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}
