.body {
    max-width: 800px;
    position: relative;
    top: 60px;
    margin: 0 auto;

    border: 5px solid #80542a;
    background-color: #212121;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.general {
    border-bottom: 15px solid #e19942;
    border-top: 5px solid #e19942;
    display: flex;
    flex-direction: row;
}

.aside {
    width: 33%;
    
    border-right: 2px solid #e19942;
    padding: 5px;
}

.aside a {
    text-decoration: none;
}


.aside ul {
    list-style-type: none;
}

.article {
    margin-left: 10px;
    margin-right: 5px;
}

.article ul {
    list-style-type: square;
}

.command p {
    background-color: black;
    border: 1px gray;
    font-family: scientifica, monospace;
}

footer {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
}
