/* ---- reset ---- */
body {
  margin: 0;
  
}
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */

.words{
  font-size:0.8rem;
  line-height: 2;
  font-family: Whitney SSm A,Whitney SSm B,sans-serif;
}
.intro{
    color:#000000;
    position: absolute;
    text-align: left;
    text-align: justify;
    padding-left: 30;
    float: right;
    top:  35%;
    width: 100%;
    display:inline;
    font-size:1rem;
    line-height: 0.4em;
}

.circular-menu-container{
    position: absolute;
    float: right;
}

.sdg-logo{
    position: absolute;
    padding-left: 50;
    height: 28%;
    width: 20%;
}


.get-started{
    text-align: left;
    float: right;
    top:  70%;
    left: 73%;
    width: 100%;
    display:inline;
    position:absolute;
    /*position:relative;*/
    z-index:9999;

}

.btn{
    color: black;
    text-decoration: none;
    border: black 1px solid;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 4em;
}


#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#ffffff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
/*  display: flex;
  justify-content:center;
  align-items: center;*/
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  /*font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;*/
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

.particles-js-canvas-el{
    position: absolute;
}
