

.ErrorPage_container__ZRwCl {
  width: 380px;
  min-height: 500px;
}

.ErrorPage_block__2dq2K {
  width: 100%;
  margin-bottom: 50px;
}

.ErrorPage_block__2dq2K img {
    width: 100%;
  }

.ErrorPage_logo__2dHLA {
  padding: 0 55px;
}

.ErrorPage_content__2Z6C6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.ErrorPage_status__2o6sl {
  font-size: 4em;
  line-height: 1;
  font-family: 'World Athletics Heavy';
  width: 125px;
}

.ErrorPage_message__1a81F {
  width: 125px;
  color: #707070;
  color: var(--text-colour-light);
}

.ErrorPage_divider__1r3jP {
  height: 52px;
  width: 2px;
  background-color: black;
  margin: 0 1.8em;
}

.ErrorPage_btn__194vD {
  background-color: #ff873c;
  background-color: var(--primary-colour);
  padding: 1em 2em;
  width: 300px;
}

.ErrorPage_container__1CxBe {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;

  background: rgb(255,255,255);
  background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9e9e9",GradientType=1);
}

