@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);


body {
    margin: 0;
    background-color: #17182f;
    font-family: 'Press Start 2P';
  }
  
  canvas {
    display: block;
  }
  
  
  /* ---- particles.js container ---- */
  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }

#info{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    color: white;
    font-weight: bold;
    font-size: 2vw;
}

@media screen and (min-width: 601px) {
  #info {
    font-size: 2vw;
  }
}

@media screen and (max-width: 600px) {
  #info{
    font-size: 3vw;
  }
}