header{
	padding: 40px;
	background-color: rgb(0, 0, 0);
	background-image: url("https://spacewx.com/wp-content/uploads/2020/05/logo.png");
	background-repeat: no-repeat;
	top:0;
	width: 100%;
	position: fixed;
	margin:auto;

}

.heading{
	background-color: rgb(0, 2, 43);
	background-image: url("https://spacewx.com/wp-content/uploads/2020/05/space_banner1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 400px;
}

body{
	background-color: rgb(255,255,255);
	font-family: Helvetica, sans-serif;
	margin:10px;


}

footer{
	font-family: Helvetica, sans-serif;
	padding: 15px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	width: 100%;
	height: 25%;
	font-size: 0.75em;
	text-align: center;
	bottom: 0;
	align-content: center;
	justify-content: center;
	margin-top: 5%;
}
h3{
	color: rgb(255,255,255);
}


h4{
	color: rgb(255,255,255);
	font-size: 0.5em;

}
h2{
	text-align: center;
}
.button{
	width:100%;
	background-color: rgb(24, 61, 120);
	text-align: center;
	color: rgb(255,255,255);
	margin:2px;

}
.divHide{
	display: hide;
}
