body{
  margin: 0;
	background: #111;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}
h1 {
  font-weight: 600;
}


html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  top: 45%;
  position: absolute;
  width: 100%;
}

.wrapper {
  text-align: center;
  width: 100%;
}

#particles-js{
  width: 100%;
  height: 100vh;
  background-color: #268cc7;
}