.ErrorPage {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.ErrorPage span {
  color: #182f43;
  font-family: 'Inter-SemiBold';
  font-size: 32px;
  margin: 40px 0 24px 0;
  text-align: center;
}

.ErrorPage p {
  color: #3d484d;
  font-family: 'Inter-Regular';
  font-size: 20px;
  flex-wrap: wrap;
  line-height: 28px;
  text-align: center;
  width: 550px;
}

#errorClouds {
  height: 124.72px;
  width: 234.39px;
}

#figoLogo {
  align-self: flex-start;
  height: 59.99px;
  margin: 40px 0 200px 40px;
  width: 179.56px;
}
