/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap&effect=shadow-multiple|3d-float|fire-animation'); */

@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre');

/* @import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre&effect=shadow-multiple|3d-float|fire-animation'); */
/* Effects classes */

/*  font-effect-fire-animation
    font-effect-shadow-multiple
    font-effect-3d-float
*/


body {
  font-family: 'Gemunu Libre', sans-serif;
  background-color: black;
  align-self: center;
  height: 100%;
  /* animation: move-bg 10s linear infinite; */
}

hr {

  border: 3px solid white;
}

.main-c {
  background-color: rgba(0, 0, 0, 0.5);
}
#Home {
  z-index: 5; 
  align-content: center;
  justify-content: center;
}

.txt-right {
  text-align: right;
}

@media (min-width: 768px ) {
  .txt-right {
      text-align: right !important;
  }
}

#scroll2 {
  margin-top: 100px;

}
.anispace {
  margin-top: 100px;
  margin-bottom: 100px;
}


/* dropshdow */

.shadow2 {
  -webkit-filter: drop-shadow( 3px 3px 22px rgba(207, 205, 205, 0.7) );
  filter: drop-shadow( 3px 3px 22px rgb(128, 126, 126) );
  -webkit-svg-shadow: 0 0 20px rgb(177, 179, 177); 
}

.shadow2 {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(204, 200, 200, 0.7) );
          filter: drop-shadow( 3px 3px 2px rgba(211, 208, 208, 0.7) ); 
          
}



/* footer */

#footer {
  max-width: 100vw;
  background-color: black;
}


