* {
	color: #400040;
	text-align:center;
}
html {
	background: url(interstellar_voyage-wide.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-mox-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1{
	text-align: center;
	margin-top: 25px;
	color:#FF3E96;
}
a:link {
	color: #330033;
}
a:hover {
	color:#FF3E96;
}
h2 {
	color: #FF3E96;
	opacity:1;
}
ul {
	color: #FF3E96;
	list-style:none;
	padding-left:0;
}
.projects ul {
	list-style-type: none;
	padding: 0px;
	list-style: none;
}
.projects li {
	display: inline;
	border: solid;
	border-width: thin;
	border-radius: 30px;
	border-color: #FF3E96;
	margin: 150px;
	font-size: 20px;
	background-color: #ffffcc;
	color: #400040;
	padding-left:10px;
	padding-right:10px;
	list-style: none;
}
.body {
	border: solid;
	border-width: thick;
	border-radius: 100px;
	border-color: #ffffcc;
	margin: 0px;
	font-size: 14px;
	background:rgba(40,0,40,0.5);
	color: #400040;
	list-style: none;
}
.img1 {
	position:relative;
	top:1500px;
}
iframe {
	opacity: 1;
	border: solid;
	border-width: thick;
	border-color: #ffffcc;
}
p{
	position: relative;
	top:250px;
}
img {
	border: solid;
	border-width: thick;
	border-color: #ffffcc;
}
canvas {
	border: solid;
	border-width: thick;
	border-color: #ffffcc;
}
