body{
	background-color: mediumpurple;
}
h1 {
	color: purple;
	font-family:sans-serif;
	text-align: center;
}
#result {
	background-color: white;
}

#container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 3em;
	padding: 20px;
}

