@font-face {
	font-family: "VT323-Regular";
	src: url("../fonts/VT323-Regular.ttf") format("truetype");
}

*{
	margin:0;
	padding:0;
}
body {
	background-image: url(../data/spaceimage.gif.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

h2{color: yellow;
	text-align: center;
	font-size: 40pt;
	font-family: "VT323-Regular";
	margin-left: 85px;
	margin-right: 85px;
	margin-top: 85px;
	margin-bottom: 40px;

}
h1{color: yellow;
	font-size:55pt;
	text-align: center;
	font-family: "VT323-Regular";
	margin-left: 85px;
	margin-right: 85px;
	margin-top: 100px;
	margin-bottom: 40px;

}
p {color: white;
	font-size: 30pt;
	font-family: "VT323-Regular";
	margin-left: 200px;
	margin-right: 85px;
	margin-top: 85px;
	margin-bottom: 140px;

}

a{ text-align: center;

}
img {
  display: block;
  margin: auto;
}

img.image2{
	
    width: 100%;
    height: auto;
}

iframe{
  display: block;
  margin: auto;
}

img.image2{
	width: 100%;
	height: auto;
}

