	body{
		background-color:#02001c;
	
	}
	
	h1{
		color:blue;
			font-family: "Orbitron", sans-serif;
			font-weight: <weight>;
			font-style: 800;
			font-size: .12;
	}
	
	h2{
		color:#006fed;
		font-family: "Orbitron", sans-serif;
			font-weight: <weight>;
			font-style: 800;
			font-size: .12;
	}
	
	h3{
		color:#75b6ff;
		font-family: "Orbitron", sans-serif;
			font-weight: <weight>;
			font-style: 800;
			font-size: .12;
	}
	
	p{
		font-family: "MuseoModerno", sans-serif;
		font-weight: <weight>;
		font-style: normal;
		color:#deedff;
		font-size:.9rem;
		padding: 20px;
		line-height:20px;
		width:700px;
		margin-left:auto;
		margin-right:auto; /*both of these must be auto in order to center align your text*/
	}
	
	img {
		padding:4px;
		margin:40px;
		margin-left:auto;
		margin-right:auto;
	}
	
	a:link {
		color:#7247ff;
		text-decoration:none;
	}
	
	a:visited {
		color:#bda8ff;
	}
	
	a:hover {
		color:#17ffff;
		background-color:black;
		text-decoration:underline;
	}
	
	.emerald {
		padding-top:-400px;
	}
	
	a:active{
		color:aqua;
	}
	
	#intro{
		text-align:center;
		
	}
	
	#gapplar{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	

	/*this is how u add a comment*/
	/*div divides content, while span doesn't.*/
	/*use . to create a class*/