/*** HEADER ****/
    header h1 {
        text-align: center;
        font-family: zapfino;
        font-size: 2em;
        font-weight:bold;
        color: white;
        filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0px 1px rgb(48, 86, 237)) drop-shadow(0 -1px  rgb(48, 86, 237)) drop-shadow(1px 0  rgb(48, 86, 237)) drop-shadow(-1px 0  rgb(48, 86, 237));    
    }
    
    /*** MAIN CONTENT STYLE ***/
    #content {
        border:  black 75px solid;
        background-color: rgba(246, 242, 237, 0.646);
        padding: 15px;
        width: 800px;
        height: 700px;
        margin: 200px;
        border-image-source: url(Imgs/pngs/lacebord.png);
        border-image-repeat: round;
        border-image-slice: 90;
        border-image-width: 50px;
        border-image-outset: 37px;
        overflow: scroll;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        line-height: 1.2;
    }
    
    #content h2 {
        text-align: center;
    }

    #content p {
        border-width:7px;
        border-style:solid;
        border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
        width:100%;
        height:300px;
    }

    blockquote {
        text-align: center;
    }

    /*** IMG STYLE ***/
    .music {
        display: inline-block;
        margin: 5px;
    }

    marquee img {
        border-width:7px;
        border-style:solid;
        border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
        width: 200px;
        height:200px;
    }