@charset "utf-8";
/* CSS Document */

body {
			background-image: url("starsbackground.gif");
		}

@font-face {
	font-family:Pixelate;
	src: url("Fonts/SFPixelate-Bold.ttf");
}

p {
	font-family:Pixelate;
	color: #D2D4D4;
}

pred {
	font-family:Pixelate;
	color: #E86868;
}

pblue {
	font-family:Pixelate;
	color: #1BA9CF;
}

pyellow {
	font-family:Pixelate;
	color: #E8B46A;
}

pgreen {
	font-family:Pixelate;
	color: #31A150;
}

ppurple {
	font-family:Pixelate;
	color: #A681B3;
}


.center {
	padding:70px 0;
	text-align: center;
}

.frame {
	margin: auto;
	left: 50px;
	position:relative;
	width:40%;
	padding: 50px;
	background-color:#1D1F21;
	border-style: solid;
  	border-color: #E86868 #E8B46A #31A150 #1BA9CF;
	border-width: 1px;
    	
}

.menu {
	position:absolute;
	margin-left:-170px;
	padding:50px;
	background-color:#F8D9AB;
	border-radius: 15px;
}

.menuthingy {
	width: 20px;
	height: 20px;
	position:absolute;
	background-color:#F8D9AB;
	border-radius: 5px;
	top:110px;
	right: 1px;
}