body {
    background-color: rgb(69, 69, 69);
}

a {
    text-decoration: none;
    color: bisque;
}

h1, h2 {margin: 0;}

#container {
    background-color: rgb(33, 33, 33);
    color: rgb(222, 222, 222);
width: 360px;
margin-left: auto;
margin-right: auto;
}

#header {
    background-color: rgba(37, 179, 110, 0.732);
color: bisque;
text-align: center;
padding: 10px;
}

#content {
    padding: 10px;
}

#nav {
    width :100;
    text-align: center;
}

#nav ul {
    list-style-type: none;
    padding: 0;
}
#nav .selected

{
    background-color: rgba(37, 179, 110, 0.732);
    font-weight: bold;
}

#main {
    width: 360px;
    
}

#footer {
    clear: both;
    text-align: center;
}