body{
   background-color:lightgray; 
}
h2{
	color: #ed1c24;
	font-weight: bold;
}

.fontstyle{color: #3e3e3e;font-weight:bolder;font-size:1.22em}

.testimonial {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

.testimonial::after {
  content: "";
  clear: both;
  display: table;
}

.testimonial span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .testimonial {
      text-align: center;
  }
}

.test{
  background-color: transparent; 
  text-align:center;
  display:block;
  padding:25px;
  border-radius:25px;
  border:2px solid #ed1c24;
  color:black;
  font-size:1.5em;
  margin: 3rem;    
}
.test:hover{background:#1e1e15;text-decoration:none;color:white;}

#questions p{
	color: #3e3e3e;
	font-weight:bolder;
	font-size:1.22em;
}

.responsive_ads { width: 320px; height: 100px; }
@media(min-width: 500px) { .responsive_ads { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive_ads { width: 728px; height: 90px; } }



#timer{
	font-size: 2rem;
	position: fixed;
	top: 0;
	right: 0;
}

@media only screen and (min-width: 992px) {

	#timer{
		font-size: 4rem;
	}
}

