body{
    background-color: #183C4C;
}
.pattern{
    height:15vh;
    background-image: linear-gradient(45deg, rgb(150, 152, 154) 8.33%, rgb(24, 60, 76) 8.33%, rgb(24, 60, 76) 50%, rgb(150 152 154 / 61%) 50%, rgb(150 152 154) 58.33%, rgba(24, 60, 76, 0) 58.33%, rgb(24, 60, 76) 100%);
    background-size: 6.00px 6.00px;
}
.content{height: 70vh;align-content: center;}
@media (max-width:760px) {
    .pattern{
        height:7vh;
    }
    .content{height: 86vh;}
    .logo {padding: 5px 0 !important;}
}
.logo{
    padding: 15px 0;;
}
.logo img{
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 450px;
}

.info{
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.info h2{
    font-size: 2.0rem;
    color: #ffc107;
}
.info .head{
    font-weight: 200;
    text-decoration: underline;
    color: #99a8ae;
}
.info a{
    color: #fff;
    text-decoration: none;
}
.info a:hover{
    text-decoration: underline;
}

/* ---- particles.js container ---- */
canvas {
    position: fixed;
    top: 0;
    z-index: -100;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(24, 60, 76);
  background-image: url("");

}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .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;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
