/* min-h-screen min-w-screen fixed left-0 bottom: -10rem */
/* px-5 min-h-screen flex justify-content-center align-items-center */

.p-notfound {
  min-height: 100%;
  min-width: 100%;

  position: fixed;
  left: 0;
  bottom: -10rem;
}

.p-notfound-img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 13rem;
  height: auto;

  object-fit: contain;
}

.p-notfound-content {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: -4rem;

  padding: 0 2rem;
  min-height: 100%;
}

.p-notfound-content > div {
  z-index: 1;
  text-align: center;
}

.p-notfound-message {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

/* line-height-3 mt-0 mb-5 text-700 text-xl font-medium */

.p-notfound-body {
  margin: 0 0 2rem;

  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.p-notfound-button {
  font-weight: 500;
}
