body {
    background-color: #dcd1ba;
}

.shittyweb-header {
    text-align: center;
}

.title {
    display: none;
}

#content {
    width: 65%;
    margin: auto;
    background-color: #bebebe;
    border: 1px solid black;
}

table {
    margin: auto;
    border: none;
}

.outline-2 {
    border: 1px dotted black;
}

#buttons {
    display: none;
}

#outline-container-buttons {
    text-align: center;
}

#postamble {
    width: 25%;
    background-color: #bebebe;
    text-align: center;
    margin: auto;
}