html,
body {
  margin: 0;
  padding: 0;
  cursor: none;
  
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  padding-top: 35vh;
  background: radial-gradient(#fff, #fff);
}

.black {
  filter: invert();
}

.white {
  filter: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

img {
  transition-duration: 700ms;
  transition-timing-function: ease-out;
  pointer-events: none;
  position: absolute;
  user-select: none;
  opacity: 0;
  
}

#imagen {
  z-index: 2;
  position: absolute;
}

