body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message {
  height: 33vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-style: monospace;
  font-size: 1.1rem;
}


.not-found-img {
  width: 80vw;
  max-width: 900px;
  height: auto;
}

.toby {
  max-height: 30px;
  width: auto;
  }