.not-found {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.not-found-icon {
  color: rgb(151, 151, 151);
  transform: scale(1.5);
}

.not-found p {
  margin: 0;
  color: rgb(151, 151, 151);
  font-size: large;
}

/*# sourceMappingURL=not-found.css.map */