body{
	background: black;
}
h1{
	color: white;
	font-size: 100px;
	border: none;
	text-align: center;
	font-family: 'Courier New', sans-serif;
	position: fixed;
	
}	
h2{
	color: lightgrey;
	font-size: 50px;
	font-family: arial, sans-serif;
}
li{
	color: white;
	font-size: 35px;
	margin: center;
	font-family: helvetica, sans-serif;
}
.list{
	display: flex;
}
a{
	text-align: center
}
img{
	width: 30%;
	padding: 20px;
	border: 1px darkblue;
	margin-top: 50px;
}
embed{
	transform: scale(3000, 3000);

}