.button{
	border-radius: 100%;
	width: 120px;
	height: 120px;
	font-size:2rem ;
}
body{
	font-family: calibri;
	text-align: center;
	background-color: #dfb5e7;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23b07be0' fill-opacity='0.4'%3E%3Cpath d='M12 0h18v6h6v6h6v18h-6v6h-6v6H12v-6H6v-6H0V12h6V6h6V0zm12 6h-6v6h-6v6H6v6h6v6h6v6h6v-6h6v-6h6v-6h-6v-6h-6V6zm-6 12h6v6h-6v-6zm24 24h6v6h-6v-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.respuestas {
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.5rem;
  font-weight: 500;
  background: #CEAAF3;
  border: 2px solid;
  border-color: #318aac;
  position: relative;
}
.respuestas:hover {
  color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
  transition: all 0.2s ease;
}
t{
	font-size: 3rem;
}
div{
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, 0.5);
	width: 60%;
	margin: 0 auto;
}
