body
{

/*
	background-color: wheat;
	background-repeat: no-repeat;
	background-size: 100%;
*/
	background-image: url(background.jpg);
}


#container {
	align-items: center;
	display: flex;
	flex-direction: column;
}

input, button, select
{
	
	text-align: center;
	
	background-color: rgb(116, 0, 10);
	color: wheat;
	/*	height: 40px;*/
	font-size: 30px;
	margin: 10px;
}

select, #convert {
	width: 20%;
}
#output
{
	font-size: 30px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin: 10px 0;
  color: aliceblue;
}
h1
{
	margin-left: 50px;
	font-size: 70px;
	text-align: center;
	padding-top: 60px;
	color:rgb(226 70 84);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
