body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(to right, #ff69b4, #0099ff);
  position: relative;
  cursor: pointer;
}

#text {
  font-size: large;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  padding-top: 10vw;
  user-select: none;
  position: relative;
  z-index: 1;
}
