html, body {
    margin: 0px;
    padding: 0px;
    font-family: monospace;
    background-image: url("/images/72660eaa9f17038472861a07584ff80bd5493f47/orange-background.jpg");
}
.main {
    position:absolute;
    top:50px;
    left:8.5%;
    background-color:beige;
    background-image: url("/images/caed83ec7aa5442fe65915487a8a745dc14f382e/beige-background.jpg");
    margin:0px;
    padding:10px;
    width:80%;
    height:auto;
    color:black;
}
.main .left {
    display: block;
    float:left;
    width:69%;
    border-right:3px solid rgb(200, 200, 200);
}
.main .right {
    display: block;
    float:right;
    width:29%;
}
.header {
    position:absolute;
    left:0;
    top:0;
    background-color:rgba(0, 0, 0, 0.55);
    width:100%;
    height:50px;
}
.header_text {
    float:right;
    color:beige;
    padding:0 3px 0 3px;
    margin:10px;
    border-left:2px solid beige;
    border-right:2px solid beige;
    display: inline-block;
}
.divider {
    width:98%;
    height:2px;
    background:rgba(0, 0, 0, 0.25);
}
.borange {
    position: absolute;
    top: 24px;
    left: 28px;
    color:white;
    font-size:15px;
}
.borange-image {
    float:left;
}
.art-show {
    width:230px;
    padding:3px;
    text-align:center;
    background:rgba(0, 0, 0, 0.25);
}
.art-show p {
    background-color:rgb(245, 115, 30);
    color:beige;
    width:230px;
}
.art-show img {
    max-width:200px;
    max-height:200px;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
a {text-decoration:none;}
.slide-show {
    display:inline-block;
    width:230px;
    height:170px;
    padding:10px;
    text-align:center;
    background-color:rgba(0, 0, 0, 0.25);
}
.slide-show img {
    max-width:144px;
}
.slide-show button {
    border:0px solid grey;
    background-color:rgb(245, 115, 30);
    color:beige;
    height:100px;
    vertical-align: bottom;
}
.slide-show p {
    background-color:rgb(245, 115, 30);
    color:beige;
    width:220px;
}
.arrow {
    position:absolute;
    right:20px;
    top:5px;
    width:100px;
    height:20px;
    background-color:transparent;
}
