body.error404 > main .message {
  text-align: center;
  color: white;
  line-height: 1;
}
body.error404 > main .message .error {
  font-size: 70px;
}
body.error404 > main .message .code {
  font-weight: bold;
  font-size: 110px;
}
body.error404 > main .message .link {
  font-size: 20px;
  text-decoration: underline;
}
