body {
    background-image:url('images/blogback.png');
    background-repeat:no-repeat;
    background-size:cover;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: rgb(65, 76, 94);
}

#headerMain {
    margin: auto;
    max-width: 1200px;
    padding: 20px 0;
}


    #container1 {
        position:relative;
        margin: auto;
        max-width: 900px;
        background-color: rgb(245, 236, 236);
        padding-top: 25px;
        padding-bottom: 20px;
        border: 10px double #6E0E0A;
        z-index: 2;
        }
        
        #container1 a {
        color: #6E0E0A;
        font-weight: bold;
        }

        #mainContainer {
            position: relative;
            font-family: Georgia, 'Times New Roman', Times, serif;
            margin-left: 20px;
            margin-right: 20px;
            max-width: 800px;
            height:535px;
            /*if changed, minus 100 from media query*/
        }

     #leftSide {
        position:relative;
        background-color: #041539;
        border: 2px dashed #e778a4;
    }
        #leftSide h3 {
        color: #e778a4;
        text-align: center;
        }
            .button {
                background-color: rgb(245, 236, 236);
                padding: 10px 24px;
                width: 170px;
                border: 2px dashed #e778a4;
                color: white;
                margin-left: 17.5px;
                text-align: center;
                display: inline-block;
            }
                .button1:hover {
                background-color: #e7bccc;
                color: white;
            }

                .button2:hover {
                background-color: #e7bccc;
                color: white;
            }

                .button3:hover {
                background-color: #e7bccc;
                color: white;
            }

                .button4:hover {
                background-color: #e7bccc;
                color: white;
            }       
 #leftSide2 {
        position: absolute;
        top: 335px;
        background-color: #B3BC8A;
        font-size: smaller;
        border: 2px dashed #0B4F6C;
    }
        #leftSide2 h3 {
            color: #0B4F6C;
            text-align: center;
        }
#mainBody {
    display: flex;
    width: 104.3%;
    font-size: smaller;
}
#blogText {
        background-color: rgb(245, 236, 236);
        padding: 10px;
        border: 2px dashed #6E0E0A;
}
 aside {
    background-color: #241445;
    width: 220px;
    height: fit-content;
    padding: 5px;
    font-size: smaller;
    /* this makes the sidebar text slightly smaller */
}
    #leftSide {
        position:relative;
        background-color: #041539;
        border: 2px dashed #e778a4;
    }
main {
    background-color: #b8d0e9;
    flex: 1;
    padding: 18px;
    order: 3;
    border: 2px dashed #6E0E0A;
    overflow:auto; 
    height: 584px;
}
    main p {
        color: #6E0E0A;
    }

    main h1 {
    text-align: center;
    font-size: medium;
    color: #6E0E0A;
    }
#footerMain {
    margin: auto;
    max-width: 1200px;
    padding: 20px 0;
}
/*outside of page images*/
    #girl1 {
        position: absolute;
        width: 260px;
        top: 265px;
        right: -270px;
    }

    #girl2 {
        position: absolute;
        width: 270px;
        top: 280px;
        right: 893px;
    }

    #fly {
        position: absolute;
        width: 130px;
        top: 220px;
        right: 900px;
    }

/* media query dont mess with this stuff either */
    * {
    box-sizing: border-box;
}