body{
background:#BFD2AE;
color:#BFD2AE;
font-family: "Malgun Gothic", sans-serif;
margin:0;
line-height:1.6;
}

.container{
width:850px;
margin:60px auto;
padding:30px;
background:#91B173;
border:1px solid #333;
}

header{
margin-bottom:40px;
}

h1{
font-size:32px;
margin-bottom:10px;
letter-spacing:2px;
}

nav a{
color:#E4E4E4;
text-decoration:none;
margin-right:15px;
font-size:14px;
}

nav a:hover{
color:white;
}

.box{
background:#1e1e1e;
border:1px solid #2c2c2c;
padding:20px;
margin-bottom:25px;
}

h2{
margin-top:0;
font-size:18px;
border-bottom:1px solid #333;
padding-bottom:5px;
}

ul{
padding-left:18px;
}

a{
color:#8bb7ff;
}

footer{
margin-top:40px;
font-size:12px;
color:#888;
text-align:center;
}