@charset "UTF-8";
/* CSS Document */

/*////////////////   CSS for Section 3 Activity 2 Input Fields   ///////////////*/


.input-goal {
	width: 252px;
	height: 57px; 
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	text-wrap: normal;
	background-color: #E8EBED;
}

.input-date {
	width: 115px;
	height: 65px;
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	background-color: #E8EBED;
	text-align: center;
}

.input-amount {
	width: 160px;
	height: 65px;
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	background-color: #E8EBED;
	text-align: center;
}
