html {
  box-sizing: border-box;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: linear-gradient(45deg, rgb(17, 233, 172), rgb(130, 226, 202), rgb(224, 159, 131), rgb(228, 91, 12));
  z-index: -10;
  top: 0;
  left: 0
}


svg {
  height: 100px;
  width: 100px;
  display: inline;

}

h2 {
  display: inline;
  position: relative;
  top: -60px;

  font-weight: 900;
  color: rgb(0, 0, 0);

}
