@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900");

* {
  font-family: "Poppins", sans-serif;
  transition: 0.3s ease;
}

a {
  text-decoration: none;
}

html,
body,
.viewport {
  height: 100%;
  width: 100%;
  background: #000;
  margin: 0;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #bbb;
}

.particles {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}

.body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
  align-items: center;
}
