@charset "utf-8";
/* CSS Document */

body{
background-color:black;
margin:0 auto
}
#content{
margin:10% auto;
width:70%;
border: 1px solid white;
background-color:#5f5959;
padding:50px;
}
p{
color:white;
font-family:"Century Gothic";
font-size:14px;
text-align:center;
}
h1{
font-family:"Century Gothic";
font-size:20px;
color:white;
text-align:center;
}
h2{
font-size:16px;
font-family:"Century Gothic";
text-align:center;
color:white;
}

a:link{
color:white;
}
a:visited{
color:white;
}
a:hover{
color:#5cb15a;
}