/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#footer {
  font-family: Ubuntu, sans-serif;
  position: absolute;
  bottom: 50px;
  right: 20px;
  font-size: 1.5rem;
}
#footer .helper {
  display: block;
  text-align: right;
  font-size: 0.8rem;
}
#footer a, #footer a:visited {
  text-decoration: none;
  color: white;
}