@font-face {
  font-family: '1785 GLC Baskerville';
  src: url('1785_GLC_Baskerville-N-webfont.woff');
  font-display: swap;
}

html {
  height: 100%;
}

body {
  font-family: '1785 GLC Baskerville', serif;
  align-items: safe center;
  background: black;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: safe center;
  margin: 0;
  min-height: 100%;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.curiosity {
  position: relative;
}

.atmosphere {
  backdrop-filter: brightness(77%) contrast(7777777%);
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.cursor {
  background-image: url('matrix2.png');
  height: 300px;
  mix-blend-mode: soft-light;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: 300px;
  z-index: 2;
}

.sculpture {
  max-height: 100dvh;
  max-width: 100dvw;
}
