p{
font-size:20px;
font-weight:600;
}

input[type=text]{
	width:150px;
	height: 20px;
	padding: 5px;
	margin: 10px;
    background-color: #f1f1f1;
	font-size:15px;
	font-weight:600;
	text-align:center;
	color: green;
}
