@import url('https://fonts.googleapis.com/css2?family=Mozilla+Headline:wdth,wght@75..125,200..700&display=swap');

*{
	margin: 0;
	padding: 0;
}


.one h1{
	position: relative;
	text-align: center;
	top: 70px;
	color: #D2E0FB;
	font-size: 75px;
}

.main{
	font-family: "Mozilla Headline", sans-serif;
	width: 100%;
	height: 25vh;
	background-color: #161D6F;
}