@import url("page1.css");
@font-face{
   font-family: "spacewize";
   src: url("../fonts/spacewize.otf") format("opentype");
   font-family: "spacewizeblack";
   src: url("../fonts/spacewize-black.ttf") format("truetype");
}
html, body {
	width: 100%;
	font-family: "spacewize", sans-serif;
	height: 100%;
	margin: 0;
	letter-spacing: 1.5px;
	color: #ffffff;
	background-color: #2e4985;
}