html {


  /*colors*/
  --background: #0d0d0d;


}









/* width scrollbar */
::-webkit-scrollbar {
  width: 0vh;
}
