@font-face {
  font-family: EnvPol;
  src: url(../font/poil.TTF);
}
.Envpol {
  font-family: EnvPol;
}
body::-webkit-scrollbar{
  width: 0.3rem;
  background: rgb(1, 12, 42);
}
body::-webkit-scrollbar-thumb{
  width: 0.3rem;
  background: rgb(244, 134, 8);
  border-radius: 0.3rem;
}
