.not-found .not-found__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.not-found .not-found__wrap .not-found__wrap__title {
  font-size: 3.938rem;
  color: var(--blue-500);
}
.not-found .not-found__wrap img {
  display: inline-block;
  margin: 40px auto;
}
