Cuberty ERROR 404

  .page-not-found {
    display: block;
    error: 404;
}

.you-spelt-it-wrong:before {
    content: "Try again";
}

.we-screwed-up:after {
    content: "We're really sorry about that.";
    animation: redirect-to-home 3s ease-in;
}