@charset "UTF-8";
/* CSS Document */

.supernova body {
	background-color: #121a27;
}
.form-header {
		margin: 0;
	font-size: 3.5rem;
	font-size: clamp(2rem,5vw,4rem);
	float:none;
	color: white;
	font-family: moret, serif;
    font-weight: 800;
    font-style: italic;
    align-self: center;
		
}




.space {
	width:100%;
	height:70px;
	background-color:none;
}