body {
    background-color: rgb(95, 45, 55);
}

header {
    color: rgb(225, 102, 123);
    font-size: 1.6em;
    text-align: center;
    font-family: 'Gabriola';
}

h2 {
    color: rgb(225, 102, 123);
    font-family: 'Gabriola';
    font-size: 35px;
}

p {
    color: rgb(227, 205, 191)
}

/* making links look better */
a:link {
    color: pink;
    text-decoration: none;
}
a:visited {
    color: rgb(205, 75, 100)
}
a:hover {
    text-decoration: none;
}
/*
main {
    background-color:rgb(73, 25, 34);
    padding: 0.5em
}
*/

body {
    font:
        1em/150% Helvetica,
        Arial,
        sans-serif;
    padding: 15px;
    margin: 0 auto;
    max-width: 50em;
}

nav.topnav {
    display: block;
    text-align: center;
    background-color:rgb(73, 25, 34);
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    margin-bottom: 0em;
    font-family: 'Gabriola';
    font-size: 30px;
    max-width: none;
}

    ul.topnav {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    li.topnav {
        display: inline-flex;
        text-align: center;
        margin: 0.1em;
        padding-top: 0.2em;
        padding-bottom: 0.1em;
        padding-left: 1.1em;
        padding-right: 1.1em;
        border: 2px solid rgb(209, 144, 107);
        background-color:rgb(82, 32, 42);
    }

aside.left {
    display: block;
    width: 30%;
    padding-left: 10px;
    margin-right: 0em;
    margin-top: 0.8em;
    float: left;
    background-color:rgb(73, 25, 34);
    margin-bottom: 0.8em;
}
    .aside {
        justify-content: center;
        text-align: center;
    }
    .persona {
        border: 2px solid rgb(209, 144, 107);
        margin: 0.8em
    }

p.aside {
    font-family: 'vividly';
    font-size: 22px;
}

article {
    background-color:rgb(73, 25, 34);
    margin-right: 0em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 0.8em;
    width: 66.6%;
    float: right;

}

section.main {
    text-align: center;
    background-color:rgb(82, 32, 42);
    margin-left: 0.8em;
    margin-right: 0.8em;

}
    h2.main {
        padding-top: 0.5em;
        padding-bottom: 0.3em;
        margin-top: 0.4em;
        margin-bottom: 0.4em;
    }

    p.main {
        padding: 0.4em;
    }

    p.main.intro {
        font-family: 'vividly';
        font-size: 20px;
    }
    
    p.main.about {
        padding-left: 1.5em;
        padding-right: 1.5em;
        font-family: 'vividly';
        font-size: 22px;
        text-align: justify;
    }

section.newspaper {
    background-color: rgb(238, 219, 194);
    margin: 0.8em;
    height: 15em;
    width: 31.5em;
    overflow: auto;
}

.newspaper {
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

h2.newspaper {
    padding-top: 0.2em;
    text-align: center;
}

ul.newspaper {
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 1em;
}

li.newspaper {
    line-height: 1.2em;
}

p.newspaper {
    text-align: center;

}

hr.newspaper {
    border-top: 3px double black;
    overflow: visible;
    text-align: center;
}

section.wip {
    font-family: 'vividly';
    font-size: 22px;
}

p.footer {
    background-color: rgb(73, 25, 34);
    width: 100%;
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}