* {
  outline: 0;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: black;
}

@media screen and (max-width: 768px) {
  :root {
    --dot-radius: 8;
    --ripple-speed: 4;
    --font-width: 900;
    --font-size: 380;
  }
}
