html, body {
  margin: 0;
  padding: 0;
  background: rgb(109,195,244);
  background: linear-gradient(0deg, rgba(109,195,244,1) 20%, rgba(140,236,255,1) 70%, rgba(214,243,255,1) 80%), rgba(255,255,218,1) 100%;
}
canvas {
  display: block;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: white;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: none;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 19vw;
    line-height: 0.8;
    font-weight: normal;
}
  
  
  h2 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.2;
  }

  h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 0;
    line-height: 0.95;
}

  
 h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 0.95;
}

.poolInfo {
  width: 220px;
  height: 60px;
  background-color: rgba(23, 216, 216, 0.4);
  font-size: 12px;
  text-align: left;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.poolInfo:hover {
  box-shadow: 10px 10px 5px rgba(64, 89, 116, 0.5);
}

.poolName {
  position: absolute;
  width: 100%;
  height: fit-content;
}

