html
{
        height:100%;
}
body
{
 background-attachment:fixed;
 background-repeat: no-repeat;
 background-position:center;
 background-size:100% 100%;
 overflow:hidden;
 user-select:none;
  height:100%;
  background-color: #ddd;
}
.se-pre-con
{
position: fixed;
left: 0px;
top:150px;
width:100%;
height: 100px;
z-index: 9999;
background-repeat: no-repeat;
background-position:center;
}
.noPadding
{
    padding: 0% !important;
}
.toBottom{
    position: fixed;
    bottom: 0%;
}
#gamePage{
  display: none;
}
.pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
/* #innerId{
  overflow-x: auto;
  height: 35vh;
} */
#outerDiv{
  height: 32vh;
  overflow-x: scroll;
  overflow-y: hidden;
  top: 6vh;
  margin-left: 3.5vw;
  box-shadow:  inset 4px 4px 15px 5px black;
}
#canvasDiv{
   
    height: 32vh;
   /* box-shadow:  inset 4px 4px 15px 5px black; */
   width: 3000px;
  /*   box-shadow:  -2px -4px 5px black; */
}
#infoDiv{
 /*  height: 43vh; */
 height: 40vh;
  border: 2px solid #337ab7;
  border-radius: 1.5vh;
  box-shadow: 3px 4px 5px black;
 
}
#instrDiv{
  height: 20vh;
  font-size: 2.5vw;
  color: black;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  border: 2px solid #337ab7;
  border-radius: 2vh;
  box-shadow: 3px 4px 5px black;
  text-shadow: 2px 4px 3px white;
}
#eventImg{
  height: 100%;
  border-radius: 2vh;
 padding: 3px;
}
#eventText{
  height: 39vh;
  overflow-y: auto;
}
#unoderedList{
  list-style-type: square;
  font-size: 3vw;
}
#list1{
  font-size: 2.3vw;
  text-align: center;
 font-family: sans-serif;
  color:brown;
  font-weight: 600;
margin-top: 3vh;

 /*  justify-content: center;
  display: flex;
  align-items: center; */
}
#year{
 /*  border: 2px solid #16e216; */
  height: 15vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
 /*  transform: translate(13px, -30px);
  text-orientation: mixed; */
  /* transform: rotate(-90deg); */
  transform: translate(10px, -54px);
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: rgb(69, 41, 192);
 /*  border-radius: 12vh 0px 12vh 0px; */
 /*  box-shadow: 1px 3px 4px green; */
  text-align: center;
  font-size: 2.3vw;
  line-height: 14vh;
  /* background-color: rgba(0, 128, 0, 0.377); */
}
/* width */
::-webkit-scrollbar {
  width: 9px;
 
}
/* Track */
::-webkit-scrollbar-track {
  background-color: rgb(255 255 255 / 39%);
  box-shadow: inset 10px 3px 5px grey; 
  border:1.2px solid rgb(0 0 0 / 50%);;
  border-radius:15px;
}
 /* Handle */
 ::-webkit-scrollbar-thumb {
  background: rgb(40 40 40 / 23%);
  border: 1px solid #333;
  border-radius: 15px; 
}
#eventText::-webkit-scrollbar-track {
  /* background-color: rgb(255 255 255 / 39%);
  box-shadow: inset 10px 3px 5px grey; 
  border:1.2px solid rgb(0 0 0 / 50%);; */
  border-radius:12px;
}
 /* Handle */
 #eventText::-webkit-scrollbar-thumb {
  background:#337ab7;
  /* border: 1px solid #333 */;
  border-radius: 12px; 
}
.backbuttonClass{
  font-size: 4vw;
  color: dimgray;
  border: unset;
  border-radius: 50%;
  box-shadow: 4px 3px 4px black;
  margin-left: 4vw;
  display: none;
}
#backID:hover{
  color: rgb(124, 124, 7);
}