/* Please define your custom styles here */

/* for the fullscreen */
body:fullscreen, ::backdrop {
  background-color: white;
}

/* Scaling task */
input[type="range"] {
  border: none;
}

/* CSS text-indent Property*/
div.a {
  text-indent: -7px;
}