 body {
  text-align: center;
  background-image: url("/css/lgrey120.jpg");
  color:black;
  font-family: "Arial";
  font-weight: 100;
  margin: 0;
  font-size:18px; 
}
 
 
 /* Hide scrollbar for Chrome, Safari and Opera */
.box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.box {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

