@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
#nf-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  margin-top: 48px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#nf-container #nf-image {
  width: calc(100% - 24px);
  max-width: 340px;
}
#nf-container #nf-text {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Noto Sans, Roboto, sans-serif;
}
#nf-container #nf-n {
  font-size: 48px;
  font-weight: bold;
}
#nf-container #nf-text2 {
  color: #284B8C;
  font-family: Noto Sans, Roboto, sans-serif;
  text-decoration: none;
}
#nf-container #nf-text2:hover {
  color: #2A5E9B;
}

/*# sourceMappingURL=404.css.map */
