body, html{
	margin: 0;
	padding: 0;
    border: 1px solid;
    outline: 0;
  /*-ms-overflow-style: none; */
  scrollbar-width: none;
    cursor: crosshair;
    border:5px solid #21177D;
}

html::-webkit-scrollbar {
    display: none;
}

.S{
  position: fixed;
  left: 70%;
  top: 1%;
  width: 5%;
}

.C{
  position: fixed;
  left: 80%;
  top: 1%;
  width: 5%;

}

.B{
  position: fixed;
  left: 90%;
  top: 1%;
  width: 6%;

}

#Message {
  position: fixed;
  left: 60%;
  top: 1%;
  width: 6%;
}
  