body,html {
  width: 100%;
  height: 100%;
 /* background-color: #303030;*/
  background-image: linear-gradient(to bottom right, #7E4ACC,#3AC994);
}
header {
  width: 100%;
  height: 2.5%;
  background-color: #C0C0C0;
  color: #656565;
  position: fixed;
  top: 0;
  right:0;
  font-size : 14px;
  text-align: center;
}
/*
p {
	text-align: center;
}*/

.empty-div {
	height: 3%;
	width: 100%;
}

.questionBlock {
	min-height: 200px;
	/*max-height : 800px;*/
	width: 97%;
	border-radius: 25px;
	border: 1px solid black;
	margin: 0 auto;
	/*position: absolute;
	top : 9%;
	right: 1.5%;
	left: 1.5%;*/
}

.question {
	min-height: 100px;
/*	max-height: 300px;*/
	width : 99%;
	border: 2px dashed red;
	margin: 0 auto;
	margin-top: 3px;
	border-radius: 25px;
	padding: 13px 4px;
/*	overflow: auto;*/
}

.option {
	height: 55px;
	margin: 5 auto;
	width: 24%;
	border: 2px dashed green;
	border-radius: 25px;
	overflow: auto;
	font-size: 25px;
	text-align: center;
}