body{
	background-color :rgba(169, 245, 242, 0.7);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
}

h1{
	font-size: 30vw;
	margin: 20px;
	line-height: 0.7;
}

h2{
	font-size : 7vh;
}

h3{
	font-size : 5vh;
}