
@font-face {
    font-family: "Century Gothic";
    src: url("/assets/fonts/century-gothic/CG.ttf");
}

@font-face {
    font-family: "Century Gothic";
    src: url('/assets/fonts/century-gothic/Monotype  - Century Gothic Bold.ttf');
    font-weight: bold;
}

* {
    font-family: "Century Gothic";
}

body {
  background-color: #2ecc71;
}

div.error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 400px;
  width: 100%;
}

h1 {
  font-size: 46px;
  margin-bottom: 36px;
  font-weight: bold;
  font-style: italic;
  color: white;
}

div.error p {
    margin-bottom: 36px;
    color: white;
}

div.error img {
  width: 160px;
}
