html, body {
	height: 100%;
	font-size: 1rem;
}

body {
	font-family: 'Open Sans', serif;
}

main {
	display: flex;
	background: radial-gradient(ellipse at center,  rgba(11,88,147,1) 0%,rgba(0,0,0,1) 100%);
	justify-content: center;
	align-items: center;
}

.main-text {
	font-size: 2.8em;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	main img {
		width: 70%;
	}
	
	.main-text {
		font-size: 2.2em;
	}
}