@charset "utf-8";

/* Basic
----------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body{
	color: white;
	background-color: black;
	text-align: center;
}

p{
	margin: 10px;
}

a{
	color: white;
}

a:hover{
	color: #f9c;
}

#box {
	text-align: left;
	border-top: 250px solid #f9c;
	border-bottom: 5px solid #f9c;
}