.p-not-found {
  display: grid;
  justify-content: center;
}

.p-not-found__msg {
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

.p-not-found__content {
  width: fit-content;
  max-width: 100%;
  height: auto;
  display: grid;
  justify-items: center;
  gap: 60px;
}

.p-not-found__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-not-found__top-link {
  width: 242px;
  border-radius: 10px;
  background: #03a9f4;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px #3b3b3b1a;
  padding: 16px 8px;
  text-decoration: none;
  text-align: center;
}
