body{
	background-color: rgb(219, 218, 217);
}

h1,h2{
	text-align: center;
	font-weight: bold;
}

h1{
	font-size: 60px;
}

h2{
	font-size: 40px;
}

ul{
	text-align: center;
	font-size: 22px;
}

.image{
	height: 250px;
	width: 250px;
	position: relative;
	border-radius: 25%;
}