body {
  background: #2F3D41 url('../img/background.png');
  position: relative;
  min-height: 100%; 
  -ms-overflow-style: scrollbar !important;
  direction: ltr;
  padding: 0;
  margin: 0;
  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
