/* [project]/src/views/Page404/Page404.module.css [app-client] (css) */
.Page404-module__yCqGIq__container {
  background-color: var(--color-bg-primary);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.Page404-module__yCqGIq__wrapper {
  text-align: center;
  background: linear-gradient(#efefef 33%, #0000 41%), #17000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
  position: relative;
}

.Page404-module__yCqGIq__link {
  color: #fff;
  background-color: #0baa71;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 24px;
  display: flex;
}

