
body {
  margin: 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E1E1E1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

h1 {
  font-size: 65px;
  color: #374557;
 /* -webkit-text-stroke: 1px #0b0c0d; */
  text-shadow: 0px 0px 3px #000;
  opacity: 0.95;
  font-family: Montserrat, sans-serif;
  position: absolute;
  left: 50%; top: 50%;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: -264px;
  margin-top: -20px;
  pointer-events: none;
  padding: 0 45px;
  background: #E1E1E1;
}

h1 strong {
  font-weight: 700;
}

h1 em {
  font-family: 'Calibri', serif;
  text-transform: lowercase;
  font-style: italic;
}