.btn{
	border-radius:20px;
	font-size:1.2em;
	background:transparent;
	border:2px solid white;
	color:white;
	font-family:"CaslonAntique";
	border:2px solid #f4e0a4;
	box-shadow: 0 0 1em 0.5em var(--green-300);
	
}



.ans{
	border-radius:20px;
	font-size:2em;
	background:#FFF3CB;
	border:2px solid white;
	color:black;
	white-space: pre-wrap;
	font-family:"CaslonAntique-Bold";
	transition: 250ms ease-in-out;
  	transition-property: all;

}

