body {
    background: #FFC38A;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 900px;
    position: static;
    top: 25px;
    right: 267px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: ms pgothic;
    font-size: 14px;
    overflow-x: hidden;
    filter: drop-shadow(5px 5px 25px black);
}

header {
    background-image: url(https://bruisedgh0st.neocities.org/home/dither_it_after%20city.png);
    background-size: cover;
    background-position: center;
    height: 222px;
    width: 837px;
    margin-top: 40px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid black;
}

#container {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 200px 800px;
    grid-gap: 5px;
}

#column {
    flex-direction: column;
    max-width: 400px;
}

.navigation {
    background-image: url(https://bruisedgh0st.neocities.org/home/cardboard%20bg.png);
    background-color: #acacac;
    overflow: hidden;
    margin-top: -1px;
    height: 949px;
    width: 210px;
    border: 2px solid black;
}

#sitemap {
    height: 325px;
    margin-top: -1px;
    overflow: hidden;
}

#subsection {
    padding: 3.5px;
    border: 1px solid black;
    background-image: url(https://bruisedgh0st.neocities.org/home/paper%20bag.jpg);
    margin: 2px;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 2px black, 1px 2px 3px black, 0 0 2px black;
    font-size: 16px;
}

.linkbox {
    background-image: url(https://bruisedgh0st.neocities.org/home/column%20bg.png);
    background-color: #999999;
    border: 1px solid black;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 2px;
    padding-bottom: 8px;
}

#links {
    margin: 1px;
    text-indent: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 2px black;
    font-size: 15px;
    border-spacing: 1px;
    background: rgba(135, 42, 34, .5);
}

footer {
    background-image: url(https://bruisedgh0st.neocities.org/home/dither_it_after%20city.png);
    background-size: cover;
    height: 34px;
    width: 857px;
    margin-top: -7px;
    border: 2px solid black;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0 2px black;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
}