::-webkit-scrollbar { width: 15px;}
::-webkit-scrollbar-thumb {background:#3470ff; height:200px; border-left: 2px solid #00257e;}
::-webkit-scrollbar-track {background: #e4e4e4; border-left: 2px solid #00257e;}
::-webkit-font-smoothing none

#my{
    zoom: 200%;
    }

    body {
  --webkit-font-smoothing: none;       
  -moz-osx-font-smoothing: grayscale; 
  font-smooth: never;                
  text-rendering: geometricPrecision; 
  font-family: monospace, 'Courier New', monospace;
      }