/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .envchal_envelope {  
	margin-right:3%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.envchal_price {  
	position: absolute;
	top: 85%;
	left: 50%;
	transform: translate(-50%, -65%);
	color:black;
	font-size:45px;
	font-family: 'Calligraffitti', cursive;
}