/*




 
  __  __  __  __    
/\ \/\ \/\ \/\ \   
\ \ \ \ \ \ \ \ \  
 \ \ \ \ \ \ \ \ \ 
  \ \ \_/ \ \ \_/ \
   \ `\___/\ `\___/
    `\/__/  `\/__/                                 





*/

@font-face {
  font-family: 'reader';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/reader.woff2') format('woff2');
  font-display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #F7F6F2;
  color: #989898;
  font: 400 16px/1.5em 'reader', sans-serif;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: none;
  color: #989898;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

input, button, textarea, select {
  font: inherit;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

ul, li {
  list-style: none;
  padding: 0;
}

main {
  display: grid;
  place-items: center;
  min-height: 100svh;
}

.note {
  font: 400 20px/1.5em 'reader', sans-serif;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(97deg,rgb(0, 150, 255) 0%,rgb(187, 100, 255) 42%,rgb(242, 65, 107) 74%,rgb(235, 117, 0) 100%);
  position: relative;
  z-index: 1;
}

#bouncingBall {
  position: absolute;
  transition: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}

::selection {
  background: #275EFE;
  color: #FFFFFF;
}