.error-image {
  height: 100vh;
  display: flex;
  justify-content: center; /* left-right center */
  align-items: center;     /* up-down center */
}

.overlay-text {
  position: absolute;
  top: 42%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-family: "Courier New", monospace;
  color: black;
  background: white;
  padding: 4px 8px;
    font-size: 25px;
  text-align: center;
  
}

body {
  background-color:#4e1d91 ;
}