body
{
	font-family: Arial, sans-serif;
	background-color: hsl(0, 0%, 95%);
}

h1
{
	color: hsl(147, 50%, 47%);
}

#conversionForm
{
		background-color: hsl(0, 0%, 100%);
		text-align: center;
		max-width: 350px;
		margin: auto;
		padding: 25px;
		border-radius: 10px;
		box-shadow: 5px 5px 15px hsla(0, 0%, 0%, 0.3);
}

#tempInput
{
	width: 50%;
	text-align: center;
	font-size: 2em;
	border: 2px solid hsla(0, 0%, 5%, 0.8);
	border-radius: 4px;
	margin-bottom: 15px;
}