body {
    background-image: url(flareontilebg.png);
    background-size: 500px;
}

.sidebar {
    width: 30%;
    background-image: url(https://wallpaperaccess.com/full/2413220.jpg);
    padding: .5%;
    border: 1.5em solid;
    border-image-slice: 130 125 125 130;
    border-image-outset:0px 0px 0px 0px;
    border-image-repeat:stretch stretch;
    border-image-source:url("https://files.catbox.moe/16vx4u.png");
    float: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

h1 {
    font-family: "Aguafina Script", cursive;
    margin-top: 1px;
    margin-bottom: 3px;
}

p {
    font-family: "Goudy Bookletter 1911", serif;
    margin: 4px;
}

.container {
    position: relative;
    display: none;
    width: 50%;
    float: left;
    left: 7%;
}

h5 {
    font-family: "Goudy Bookletter 1911", serif;
    margin: 2px;
    margin-left: 10px;
    text-decoration: underline;
    color: #c97200;
}

h4 {
    font-family: "Goudy Bookletter 1911", serif;
    margin: 2px;
    text-align: center;
}

#expandedImg {
    border: 1.5em solid;
    border-image-slice: 130 125 125 130;
    border-image-outset:0px 0px 0px 0px;
    border-image-repeat:stretch stretch;
    border-image-source:url("https://files.catbox.moe/16vx4u.png");
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.scrollbox {
    width: 90%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    border: 5px #734810 solid;
    overflow-y: scroll;
}

h6 {
    font-family: "Goudy Bookletter 1911", serif;
    margin: 2px;
    margin-left: 20px;
    text-decoration: underline;
    color: #c97200;
      font-size: .83em;

}

h7 {
    font-family: "Goudy Bookletter 1911", serif;
    margin: 2px;
    margin-left: 10px;
    font-weight: bold;
    font-size: .83em;
}

#imgtext {
    font-family: "Goudy Bookletter 1911", serif;
    color: black;
    font-size: 12px;
    text-align: center;
    background-color: antiquewhite;
}

a {
    color: #c97200;

}

.subtitle {
    font-family: "Goudy Bookletter 1911", serif;
    margin: 2px;
    font-weight: bold;
    font-size: .78em;
    text-align: center;
}