/* ------------------------------------------id's-------------------------------- */
#mainPage{
  border:2px solid black;
  border-radius: 1vw;
  box-shadow: 1px 1px 9px black;
  height:72vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white!important;
}
#play,#stop
{
	font-size: 1.2vw;
    height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 0;
  background: #6a92bd!important;
  color:black!important;
}
#play:hover,#stop:hover
{
  background-color:grey!important;
  color: white!important;
}
/* ------------------------------------------classes-------------------------------- */
.txtCls
{
  font-size:1.4rem;
}
.speechMarkInput{
	font-size: 1.1vw !important;
	margin: 3%;
	width: 5vw !important;
}