body {
  background-color: #0a0503;
  color: white;
}

a {
  text-decoration: none;
  color: inherit;
}

.frosted-glass {
  -webkit-backdrop-filter: saturate(200%) blur(30px) brightness(100%);
  backdrop-filter: saturate(200%) blur(30px) brightness(100%);
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

._404-interaction {
  position: absolute;
}

.circle-image {
  position: relative;
  z-index: 2;
  overflow: clip;
  width: 28.75rem;
  height: 28.75rem;
  border-radius: 50%;
  will-change: transform;
}

.circle-image.glow {
  position: absolute;
  inset: 0%;
  z-index: 1;
  filter: saturate(200%) blur(75px);
}

.utility-page-content {
  position: relative;
  z-index: 3;
  flex-direction: column;
  text-align: center;
}

.utility-heading {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.frosted-glass {
  display: flex;
  padding: 30px;
  flex-flow: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

._404 {
  margin-bottom: 30px;
  font-size: 172px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  ._404 {
    font-size: 100px;
  }
}

._404-details {
  max-width: 260px;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}

.utility-button {
  width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 9px 15px;
}
