body {
	background-color: #e6ffff;
}

.container {
	height:50px;
	display: grid;
	border-radius: 25px;
	background-color: #ccccff;
	padding: 5px;
	text-align: left;
	font-size: 40px;
	font-family: Garamond; Arial;
	grid-template-columns: 60px auto;
}
