@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&display=swap');
body{
  font-family: "Noto Sans Georgian", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}
#tsparticles {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
}

#title {
  position:absolute;
  top: 50%;
  left: 50%;
  margin-left: -113px;
  margin-top: -48px;
  width: 226px;
  height: 96px;
}

h1 {
  color: #fff !important;
  text-align: center;
}