body{
	background-color: #ccc;
}
body div{
	margin: 50px;
	border-style: solid;	
	font-weight: 400;
	width: 20em;
	border-radius: 200px;
	box-shadow: 10px 20px 30px;
	border-width: 20px;
	
}
