body {
    background-color: #ffcfff;
    background-image: url('/assets/images/bg.gif');
    background-size: cover;
}

#error-div h1 {
    color: white;
    font-family: Daydream;
    font-weight: 100;
    font-size: 8em
  }

  #error-div h2 {
    color: #ffffff;
    font-size: 1em;
    font-family: Daydream;
  }

  #error-div a {
    color: #00e1ff;
    font-family: Daydream;
  }

  #error-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }