html,
body {
  height: 100%;
}

body {
  background-color: #1d1d1d;
  font-family: 'Signika Negative', sans-serif;
  color: #989898;
  margin: 0 10px;
  font-size: 17px;
  text-align: center;
}
.all-gsap-effects {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
canvas {
  border: 1px solid #ccc;
}
.click-button {
  position: absolute;
  top: 50px;
  cursor: pointer;
  border: 1px solid;
  padding: 10px;
  right: 50px;
}
.see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  position: absolute;
  cursor: pointer;
  left: 20px;
  top: 20px;
  z-index: 10;
  text-decoration: none;
  color: wheat;
}
