html, body {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #696969;
}

.shockwave {
  border: 5px solid #7fcfff;
}

.text {
  position: fixed;
  color: white;
  font-size: large;
  margin: 0;
  scale: 1;
  transition: scale .5s ease-out;
}

.node {
  position: fixed;
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  scale: 1;
  transition: scale 1s ease-out;
}