@import url('https://fonts.cdnfonts.com/css/lt-binary-neue');
:root {
  --color-green: #00ff00;
  --color-black: #000000;
}
body {
    text-align: center;
    @import url('https://fonts.cdnfonts.com/css/lt-binary-neue');
    font-size: 1rem;
    line-height: 1.4;
    color: var(--color-green);
    margin: 0;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;form {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 2rem 4rem 3rem 4rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #00ff00, 0 0 25px #00ff00, 0 0 25px #00ff00, 0 0 25px #00ff00;
    width: 50%;
}
    background: var(--color-black);
    background-image: linear-gradient( rgba(0, 0, 0,0.7), rgba(14, 158, 17, 0.4), rgba(12, 232, 170, 0.3) ), url(https://2.bp.blogspot.com/-T4HsBoSbqus/WO0j1zpGWdI/AAAAAAAAAbg/Uz93sUHvIsgQTzH73VnGZSpeIh_zJtL2ACEw/s1600/1c8d4d29940709.560b8162bdfd0.gif);
    background-size:600px
    background-repeat: no-repeat;
    background-position: center;
}
.header {
    padding: 0 0.625rem;
    margin: 1.5rem;
}
.form-group{
    display: block;
    text-align: left;
}
.form-control {
    display: block;
    text-align: left;
    width: 89%;
    height: 34px;
    padding: 0.25rem 0.75rem;
    color: #00ff00;
    background-color: #000;
    border: 1px solid rgb(0, 255, 255);
    border-radius: 0.2rem;
}

form {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 2rem 4rem 3rem 4rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #00ff00, 0 0 25px #00ff00, 0 0 25px #00ff00, 0 0 25px #00ff00;
    width: 35%;
}
button{
  background-color: var(--color-green); 
  text-align: center;
  border: 3px solid green;
  border-radius: 15%;
}
input, textarea{
    color: var(--color-green);
    background-color: var(--color-black);
    border: 1px solid #006B00;
    border-radius: 0.2rem;;
}
.clue{
  font-size: 60%;
  position: relative;
  left: 15px;
}
.clue:hover{
  font-size: 90%;
}
#anim{
    z-index: -1;
    animation-name: zoom;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    height: 10px;
    width: 10px;
    background: var(--color-green);
    filter: blur(2px);
    border-radius: 50%;
    position: relative;
}
#anim2{
    z-index: -1;
    animation-name: zoom;
    animation-duration: 11s;
    animation-iteration-count: infinite;
    height: 10px;
    width: 10px;
    background: var(--color-green);
    filter: blur(2px);
    border-radius: 50%;
    position: relative;
}
#anim3{
    z-index: -1;
    animation-name: zoom;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    height: 10px;
    width: 10px;
    background: var(--color-green);
    filter: blur(2px);
    border-radius: 50%;
    position: relative;
}
#anim4{
    z-index: -1;
    animation-name: zoom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    height: 10px;
    width: 10px;
    background: var(--color-green);
    filter: blur(2px);
    border-radius: 50%;
    position: relative;
}
@keyframes zoom {
    0% {
        left: 0;
        top: 0px;
    }
     15% {
        left: 50%;
        top: 300px;
    }
  20% {
     left: 15%;
    top: 600px;
  }
    50% {
        left: 90%;
        top: 400px;
    }
  60% {
    left: 75%;
        top: -100px;
  }
  80% {
     left: 50%;
      top: 150px;
  }
    100% {
        left: 0;
      top: 0px;
    }
}
::placeholder{
  color: var(--color-green);
}

textarea#description {
    width: 100%;
    height: 100px;
}
button {
    background-color: var(--color-green);
    text-align: center;
    border: 3px solid green;
    border-radius: 12%;
    width: 75%;
    height: 41px;
}