body {
    background-image: url(myimages/tumblr_379a8f1fc7dbe51d254494647fc57ed2_30381e56_640.png), 
        url(myimages/fruitfish.png),url(myimages/geocities154.gif);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, right bottom;
    background-size: auto, auto;
    min-height: 900px;
    font-family: sans-serif;
}

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

article {
    width: 80%;
    height: 90vh;
    overflow: scroll;
    padding-right: 20px;
}

#title img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainnav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.77);
    border: dotted;
    border-radius: 10px;
    border-color: white;
}

#mainnav table {
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

#mainnav table td {
    padding-left: 5px;
    padding-right: 5px;
}

#mainnav img {
    height: 60px;
}

main {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.77);
    color: #000000;
    border: dotted;
    border-radius: 10px;
    border-color: white;
    margin-top: 20px;
    display: flex;
}

aside{
    background-color: rgba(255, 255, 255, 0.77);
    color: #000000;
    border: dotted;
    border-radius: 10px;
    border-color: white;
    margin-top: 20px;
    width: 200px;
}

#subnav {
    text-align: left;
    border-color: white;
    padding-left: 20px;
    color: #dc5b47;
    background-color: rgba(255, 255, 255, 0.60);
    border: hidden;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    width: 20%;
}

a {
    color: #dc5b47;
}

h1 {
    text-align: center;
    text-shadow: 2px 2px #dc5b47;
}

h3 {
    text-shadow: 2px 2px #dc5b47;
}
.flex {
    display: flex;
}