.container {
	margin:50px;
	padding:10px;
	width:284px;
	border-radius:8px;
	background-color:#417857;
}

#merkCalculator {
	font-weight:bold;
	text-align:center;
	color:#bdf2d2;
	font-family:Verdana;
}

.display {
	background-color:rgb(154, 219, 180);
	padding:15px;
	width:250px;
	text-align:right;
	font-size:20px;
	font-family:courier;
	border-radius:10px;
}

#output {
	width:250px;
}

button {
	padding:10px;
	width:67px;
	height:45px;
	margin-top:10px;
	background-color:rgb(182, 240, 205);
	color:black;
	font-size:20px;
}

button:hover {
	cursor:pointer;
	background-color:#daede2;
}

button:active {
	background-color:rgb(218, 237, 226);
}