*{
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar
{
  width: 0px;
  background-color: #000000;
}
::-webkit-scrollbar-thumb
{
  background-color: #8BDC19;
  border-radius: 10px;
}
body{
  background-image: url(../images/body-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  height: 100vh;
}
@font-face{
  font-family: "generalsans-medium.otf";
  src: url(../fonts/generalsans-medium.otf);
}
@font-face{
  font-family: "generalsans-medium.ttf";
  src: url(../fonts/generalsans-medium.ttf);
}
@font-face{
  font-family: "generalsans-semibold.otf";
  src: url(../fonts/generalsans-semibold.otf);
}
@font-face{
  font-family: "generalsans-semibold.ttf";
  src: url(../fonts/generalsans-semibold.ttf);
}
body, html{
  overflow-x: hidden;
 font-family: "generalsans-medium.otf";
}
