body{
	background-image: url("https://i.pinimg.com/736x/f8/b6/50/f8b6506df413f1bc7aadfb50751381d9.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	height: 100000000px;
}
h1{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: rgb(253, 0, 0);
	align-items: center;
	font-size: 120px;
	margin-bottom: -100px;


}
h1:hover{
	color: black;
}
h2:hover{
	color: black;
}
p:hover{
	color: aliceblue;
}
h2{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: large;
	color: aquamarine;
	font-size: 80px;
	margin-bottom: -100px;
	
} 
p{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: brown;
	font-size: 50px;
	margin-bottom: 0px;

}
img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}