/*** BASIC SETUP ****/
    body {
        margin: 0;
        background-image: url(/backgrounds/angels.jpg);
        background-color: steelblue;
    }

    @font-face {
        font-family: fake receipt;
        src: url(fonts/Fake\ Receipt.otf);
    }
/***** WRAPPER *****/

    .wrapper {
        border-image-source: url(/Imgs/pngs/pngitems/lacebord.png);
        border-image-repeat: round;
        border-image-slice: 90;
        border-image-width: 50px;
        border-image-outset: 37px;
        width: 1000px;
        height: 900px;
        margin: 50px auto;
    }

/**** HEADER ******/

    header {
        background-image: url(/backgrounds/pop.png);
        padding: 2em 0 2em 0;
        font-family: degrassi;
        text-align: center;
        border: #dadcde 2px dotted;
    }

    
    header h1 {
        text-align: center;
        font-family: zapfino;
        font-size: 1em;
        font-weight:bold;
        color: black;
    }

/***** IMAGE MARQUEE ****/

    .nav {
        font-family: fake receipt;
        background-image: linear-gradient(darkgray, white 50%, darkgray, white 50%);
        padding: 1em 0 1em 0;
        border: #dadcde 2px dotted;
        height: 85px;
    }

    marquee img {
        border-width:7px;
        border-style:solid;
        border-image: url(/backgrounds/squiggle.png) 8 fill round;
    }

    .content {
        display: flex;
        flex: 1;
    }

/***** LEFTSIDEBAR *****/

    .left {
        background-image: url(/backgrounds/pop.png);
        padding: 3em 0 3em 0;
        flex: 1 1 100px;
        flex-grow: 0;
        height: 525px;
        border: #dadcde 2px dotted;
    }

/****** MAIN CONTENT ******/

    main {
        background-image: url(/backgrounds/pop.png);
        padding: 3em 0 3em 0;
        flex: 5 5 150px;
        height: 600px;
        overflow: scroll;
        padding: 1rem;
        border: #dadcde 2px dotted;
        font-family: fake receipt;
    }

    main h2 {
        text-align: center;
    }

    blockquote {
        text-align: center;
    }

    main p {
        font-family: Courier;
    }

    .music {
        margin-left: 95px;
    }