.page__not__found {
  width: 100%;
  min-height: 80dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__not__found .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.page__not__found .content .error-code {
  font-size: 86px;
  line-height: 94px;
  font-weight: 600;
}

.page__not__found .content .title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.page__not__found .content .text {
  margin-top: 8px;
  font-size: 14px;
  color: #888;
}

.page__not__found .content button.primary__btn {
  margin-top: 30px;
}
