#div1 {
  width: 600px;
  height: 670px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}
#imgb1{
	background-image: url("images/b1.jpg");
	 background-color: #cccccc;
}
 #questionDiv{}
.QueHead{font-size: 18px;
      font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    margin: 5px 0;
    border-radius: 10px;
    padding: 10px 0;
    font-family: Cambria, Georgia, serif;
	}

#questionDiv .queTitle {
	padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.wrapper{
  margin: 60px auto;
  text-align: center;
}
h1{
  margin-bottom: 1.25em;
}
#pagination-demo{
  display: inline-block;
  margin-bottom: 1.75em;
}
#pagination-demo li{
  display: inline-block;
}

.page-content{
  background: #eee;
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 660px;
}
.PageHeading{
	color:skyblue;
}
#testSubmit:hover{
	background-color: #05aaa5
}

#testSubmit:active {
	background-color: #05aaa5;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
footer {
	background: rgb(125,176,169);
	background: linear-gradient(90deg, rgba(125,176,169,1) 0%, rgba(78,109,114,1) 31%, rgba(33,44,62,1) 100%);
	padding: 2px 10px;
	border-top: 5px solid #2a333c;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}



 .wrapper {
        display: flex;
        height: 20vh;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }
/*       .blink { */
/*         border: 1px transparent; */
/*         -webkit-border-radius: 40px; */
/*         border-radius: 40px; */
/*         color: #eeeeee; */
/*         cursor: pointer; */
/*         display: inline-block; */
/*         font-family: Arial; */
/*         font-size: 15px; */
/*         padding: 8px 30px; */
/*         text-align: center; */
/*         text-decoration: none; */
/*         margin-left: 20px; */
/*         -webkit-animation: glowing 1300ms infinite; */
/*         -moz-animation: glowing 1300ms infinite; */
/*         -o-animation: glowing 1300ms infinite; */
/*         animation: glowing 1300ms infinite; */
/*       } */
/*       @-webkit-keyframes glowing { */
/*         0% { */
/*           background-color: #0091b2; */
/*           -webkit-box-shadow: 0 0 3px #0091b2; */
/*         } */
/*         50% { */
/*           background-color: red; */
/*           -webkit-box-shadow: 0 0 15px red; */
/*         } */
/*         100% { */
/*           background-color: red; */
/*           -webkit-box-shadow: 0 0 3px red; */
/*         } */
/*       } */
/*       @keyframes glowing { */
/*         0% { */
/*           background-color: #0091b2; */
/*           box-shadow: 0 0 3px #0091b2; */
/*         } */
/*         50% { */
/*           background-color: #9b1b18; */
/*           box-shadow: 0 0 15px #9b1b18; */
/*         } */
/*         100% { */
/*           background-color: #9b1b18; */
/*           box-shadow: 0 0 3px #9b1b18; */
/*         } */
/*       } */
/*       .svg-btn { */
/*         display: block; */
/*         width: 230px; */
/*         height: 230px; */
/*         margin-left: 10px; */
/*       } */
/*       svg { */
/*         fill: blue; */
/*         -webkit-animation: glowing-polygon 1300ms infinite; */
/*         -moz-animation: glowing-polygon 1300ms infinite; */
/*         -o-animation: glowing-polygon 1300ms infinite; */
/*         animation: glowing-polygon 1300ms infinite; */
/*       } */
/*       @-webkit-keyframes glowing-polygon { */
/*         0% { */
/*           fill: #0091b2; */
/*           -webkit-filter: drop-shadow( 0 0 3px #0091b2); */
/*         } */
/*         50% { */
/*           fill: #21c7ed; */
/*           -webkit-filter: drop-shadow( 0 0 15px #21c7ed); */
/*         } */
/*         100% { */
/*           fill: #0091b2; */
/*           -webkit-filter: drop-shadow( 0 0 3px #0091b2); */
/*         } */
/*       } */
/*       @keyframes glowingPolygon { */
/*         0% { */
/*           fill: #0091b2; */
/*           filter: drop-shadow( 0 0 3px #0091b2); */
/*         } */
/*         50% { */
/*           fill: #21c7ed; */
/*           filter: drop-shadow( 0 0 15px #21c7ed); */
/*         } */
/*         100% { */
/*           fill: #0091b2; */
/*           filter: drop-shadow( 0 0 3px #0091b2); */
/*         } */
/*       } */
      