.mappy-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 3rem);
  overflow: auto;

  .http_code {
    font-size: 10rem;
    line-height: 1;
  }

  .message {
    font-size: 2rem;
  }

  .report-it {
    margin-top: 1rem;
    color: var(--base1);
  }
}
