html,body{ 
  width:100%;
  height:100%;
  color: #000000;
}
body {
  font-family: "Noto Sans", sans-serif;
}
#index .landing {
  position: fixed;
  top: 30vh;
  left: 0;
  right: 0;
  text-align: center;
}
#index .domain {
  font-size: 65px;
  font-weight: 700;
}
#index .domain span {
  color: #08d;
}
@media (max-width: 500px) {
  #index .domain {
    font-size: 50px;
  }
}
#particles-js{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
