html{
	margin: 0px;
	padding: 0px;
}

html body{
	display: block;
	padding: 10px;
	border-radius: 20px;
	background-color: #eee;
}

