.not-found {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: calc(100vh / 4);
}

.not-found__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 12px 0;
}

.not-found__image {
  width: 300px;
  height: 100px;
  object-fit: contain;
}

.not-found__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 26px;
  margin-bottom: 26px;
}

.not-found__title__status-code {
  font-weight: 600;
}
