html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

    .genImg {
        width: 256px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.featureImg {
    height: 100%;
    margin: 7px;
}

.mainBG {
    background: linear-gradient(180deg, #747474, #000000);
}
.bg-light, .bg-dark {
    --bs-bg-opacity: 0.5;
}

.particles-js-canvas-el {
    z-index: -1;
}

.main {
    position: relative;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.renderBody {
    position: relative;
}

footer {
    position: relative;
}

.transparentBG {
    background-color: transparent !important;
    background-size: 100% auto;
}
.featureBut {
    padding: 12px;
    border-radius: 3px;
}
.featureBut:hover {
    background: #c3c3c3;
    transition: 0.5s all;
}

.featureImg {
    width:64px;
}

.genImg {
    width: 512px;
}

.genText {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}