* {
  font-family: 'Noto Sans', sans-serif;
}

p {
  color: #fff;
}

h1,h2,h3 {
  color: #fff !important;
}

a:active, a:link, a:visited, a:hover {
    color: #ff2c2c;
    text-decoration: none;
    display: inline-block;
}

#particles-js {
  background-image: url("/pin/img/dna.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
