.error-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    gap: 40px;
    height: 100vh;
}

.text-container {
  flex: 1;
}

.image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.text-container h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.text-container p {
  font-size: 18px;
  margin-bottom: 25px;
}
