* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  text-align: center;
  background: #000;
  font-family: Nunito, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

.title-heading {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-weight: 300;
}

.info {
  margin-top: 20px;
  font-weight: 400;
}

section span:nth-child(2) {
  color: #4169e1;
  text-decoration: underline;
  transition: color 1s;
}

.info div:hover span:nth-child(2) {
  color: #849de8;
}

#particles-js {
  z-index: -1;
  background-color: #111;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.title-heading {
  margin-top: 200px;
}

/*# sourceMappingURL=index.2cdaf7bc.css.map */
