ul {
	font-style:italic;
	color:red;
}
.item {
	font-size: 30px
}
.item2 {
	font-size:20px;
}
h1 {
	font-size: 40px;

}
.container {
	margin:45px;
	background-color: white;
	border-radius: 50px
}
body {
	background-color:orange;
	
}
#margin1
{
	margin:10px;
}