/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */
canvas{
  display:block;
  vertical-align:bottom;
}
.panel{
    font-size: 1.3em;
    position: absolute;
    width: 60%;
	height: 400px;
    top: 1%;
	left:20%;
    border-radius: 4px;
    z-index: 100;
	display: block;
	margin:0px auto;
}
.panel h2{
	color:#fff;
	margin-bottom: 60px!important;
	font-size: 1.5rem;
}

/* ---- stats.js ---- */


.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
	display: none!important;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url("../img/back_web_codego.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
