
* {
  -webkit-tap-highlight-color: transparent;
}

/* Screen reader only text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body,
html {
  font-family: Inter;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
}
:root {
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
  font-family: var(--font);
}
main {
  background: linear-gradient(180deg, #e8eaf6 0, #fff 100%);
}
.image-404 {
  max-height: 242px;
}
.btn-404 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  border-radius: 14px;
  background-color: #787dff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-404:hover {
  background-color: #6066e6;
}
.title-not-found {
  font-size: 18px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
}
p,
section,
span {
  font-family: Inter;
}
section{
      padding-top: 120px !important;
}