body {
	color: black;
	text-align: center;
	font-size: xx-large;
	font-weight: 900;
	
}
html {
	background-color: teal;
	padding-top: 10%;
}

.title{
	color: black;
	text-align: center;
	font-size: xx-large;
	font-weight: 900;
	margin-bottom: 10%
	}
