@import url('./?mortyurl=https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DPoppins%26family%3DSpace%2BMono%26display%3Dswap');


#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

.main-section {
    margin-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
}

.text-section {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.title-text {
    margin-bottom: 0px !important;
}


hr.thin {
    height: 1px;
    border: 0;
    color: #fff;
    background-color: #fff;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

@media (prefers-reduced-motion: reduce) {
  .particles-box {
    display: none;
  }

body {
    padding-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Mono', monospace;
}

.person-img {
    max-height: 200px;
}