body{
	background-color: #0DF7FE;
	font-family: 'arial', sans-serif;
}

h1{
	font-size: 6vw;
	text-align: center; 
	color: white;
	-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
}

h2{
	font-size: 3vw;
	text-align: center; 
	color: white;
	-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
}

h3{
	font-size: 2vw;
	text-align: center; 

}

@media (max-width:960px){
	h1{
		font-size: 10vw;
		font-weight: bold;
	}

	h2{
		font-size: 8vw;
		-webkit-text-stroke-width: .6px;
		font-weight: bold;
	}

	h3{
		font-size: 6vw;
		font-weight: bold;
	
	}
} 


.main-headline{
	margin-top: 5vh;
}