body {
    background: repeat, center, url("https://dreamsanctum.neocities.org/Images/cobblestonebg.gif");
    background-color: #434980;
    background-blend-mode: overlay;
    background-attachment: inherit;
    font-family:garamond; 
    color:white;
}


#wrapperbox {
    margin-left: 5%;
    margin-top: 30px;
    padding: 10px;
}

#longbox {
    font-size: 18px;
    padding: 5px;
    width: 800px;
    height: 100px;
    overflow: auto;
    display: flex;
    margin-left: 20%;
}

#flexwrap {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


#mainbox {
    background-color: #30334f;
    margin-top: 50px;
    border: 6px double #686fb5;
    padding: 5px;
    width: 800px;
    height: 500px;
    float: left;
    overflow: scroll;
}

#invisdiv {
    width: 500px;
    height: auto;
    float: right;
    margin-right: 5%;
    margin-top: 20px;
}

#stampbox1 {
    width: 450px;
    height: 100px;
}

#smallerbox {
    background-color: #30334f;
    border: 6px double #686fb5;
    width: 450px;
    height: 400px;
    overflow: scroll;
}

.littlebox {
    width: 300px;
    height: 150px;
    overflow: scroll;
    border: 2px solid #686fb5;
    padding: 3px;

}

#thingflex {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.thingholder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.thingholder img {
    width: 60%;
    max-width: 500px;
    height: auto;
    transition: opacity 0.4s ease;
    display: block;
    margin: 0 auto;
}

.thingholder img.hover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}

.thingholder:hover img.hover {
    opacity: 1;
}

.thingholder:hover img:not(.hover) {
    opacity: 0;
}


#whisper {
  font-size: 10px;
  opacity: 0.5;
}

.imagechamber {
  position: absolute;
  left: 3%;
  bottom: 1%;
  height: 350px;
}

summary {
    color: #9766e5;
}

hr {
    color: #686fb5;
}

a:link{ 
    color:#9165f0;
}

a:hover {
    color:#6670e7;
}
a:visited {
    color:#6030ad;
}

/*Column 1 */
.column { 
    padding: 6px;
}

.left {
  width: 55%;
  float: left;
}

.right {
  width: 35%;
  float: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}