/*ELEMENT ALTERATION*/

body{
background-color: black;
}

.otum{
background-color: white;
color:black;
}

center {
	color:white;
	margin-top: 5%;
}


.textSpace{
	display:block;
	margin: 0 auto;
	width: 700px;
	text-align:left;
	font-size:14.0pt;
	text-align: justify;
	text-justify: inter-word;
	
}

.MsoNormal {
	display:block;
	margin: 0 auto;

}

.WordSection1{
	display:block;
	margin: 0 auto;

}


/*BUTTONSsj j   h  ajd fh  r vhf */

.OTHERbutton {
  background-color: #00000d;
  border-style: solid;
  border-color: white;
  color: white;
  padding: 8px 8px;

  margin: 3px;
  text-align: center;
  text-decoration: none;

  font-size: 23px;
}

.OTHERbutton:hover, .HIDEbutton:hover {
  filter: drop-shadow(0px 0px 10px #ff3ee7); 
  border-color: white;
  color: white;
}

.OTHERbutton:active {
  border-color: #ccffff;
  color: #ccffff;
  filter: none;
  filter: drop-shadow(0px 0px 5px #00feff);
  background-color: #00feff;
  box-shadow: 0 3px #00feff;
  transform: translateY(3px);
}

.HIDEbutton {
  background-color: #00000d;
  border-style: solid;
  border-color: white;
  color: white;
  padding: 8px 8px;
  margin: 3px;
  text-align: center;
  text-decoration: none;

  font-size: 23px;
}

.VOLbutton {
  background-color: #00000d;
  border-style: solid;
  border-color: white;
  color: white;
  padding: 8px 8px;
  margin: 3px;
  text-align: center;
  text-decoration: none;

  font-size: 23px;
}

.VOLbutton:hover, .HIDEbutton:hover {
  filter: drop-shadow(0px 0px 10px #ff3ee7); 
  border-color: white;
  color: white;
}

.VOLbutton:active {
  border-color: black;
  color: black;
  filter: none;
  filter: drop-shadow(0px 0px 5px #00feff);
  background-color: white;
  box-shadow: 0 3px #00feff;
  transform: translateY(3px);
}

.HIDEbuttonHOLDER {
	display:flex;
	justify-content: center;
}

.MUSICbuttonHOLDER {
	display:flex;
	justify-content: center;
}

.NARRbuttonHOLDER {
	display: flex;
	justify-content: center;
}

.TIMEbuttonHOLDERone {
	display: flex;
	justify-content: center;
}

.TIMEbuttonHOLDERtwo {
	display: flex;
	justify-content: center;
}





/*CLASSES AND IDS*/

#sideButtons{
	position: fixed;
	top: 40px;
	right: 2%;
}

#SHOWbtn{
	display:none;
	color: #5c5c5c;
}

#SHOWbtn::parent{
	border-color: #5c5c5c;
}

#SHOWbtn:hover{
	color: white;
}