.main {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  width: 90%;
  margin-top: 20px;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  top:100px;
  left:5%;
  position: absolute;
  z-index: 100;
  font-family: "Baloo Paaji" ;
border-radius: 9px;
}

span {
  float: left;
}

span {
  float: left;
}

p {
  padding: 10px 10px 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  color: #695aa6;
  line-height: 1;
}

.form-area, ul {
  width: 100%;
  margin-left: -20px;
}

li {
  list-style-type: none;
  text-align: center;
  background-color: transparent;
  margin: 20px 10px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-weight: normal;
  border-radius: 6px;
  line-height: 1;
}

.wrapper
{
  position: absolute;
  bottom: 50px;
  font-size: 15px;
  color: #695aa6;
  text-align: left;
}

li:hover {
  background: #ECEEF0;
}

.selected, .selected:hover {
  background: #695aa663;
}


.correct, .correct:hover {
  background: #9ACD32;
  color: white;
}


.wrong, .wrong:hover {
  background: #db3c3c;
  color: white;
}


.main button {
  font-family: "Baloo Paaji";
  text-transform: uppercase;
  width: 200px;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  margin-left: calc(50% - 100px);
  border-radius: 9px;
  margin-top: 10px;
  font-size: 22px;
}

.submit:hover, .submit:active, .submit:focus {
  background: #43A047;
}

.submit {
  background: #4CAF50;
  min-width: 120px;
}

.next {
  background: #fa994a;
  min-width: 120px;
}

.next:hover, .next:active, .next:focus {
  background: #e38a42;
}

.restart {
  background-color:#4CAF50;
}

.circle{
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: #bdc3c7;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.fill{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #4282e3;
}

h3 {
  position: absolute;
  width: 100%;
  top: 60px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 40pt;
  line-height: 0;
  font-weight: normal;
}

.circle p {
  margin: 400px;
}

canvas{
  position:absolute;
	left:0;
	top:0;
	z-index:200;
	border:0px solid #000;
}


.speakerCloseMed {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../imgs/sclose.png) center center no-repeat;
  top: 20px;
  right: 20px;
  z-index: 5000000;
  cursor: pointer;
}


.gameMemoryContainer {
  background-color: #695aa6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.score 
{
  line-height: 1;
  font-weight: bold;
}



