@charset "utf-8";
/* CSS Document */
.button {
	background-color: red;
	border: none;
	color: white;
	padding: 15px;
	margin: 4px;
	text-align: center;
	border-radius: 16px;
	
	
}
.npcfbuttonsize
{

	background-color: red;
	border: none;
	color: white;
	padding: 25px;
	margin: 10px;
	text-align: center;
	border-radius: 16px;
	font-size: 35px;
	
	
}
