/* hey! this code is NOT free to use! this is my personal. see /sprout 4 templates and awesome code snippets! ✧ദ്ദി( ˶^ᗜ^˶ ) */

#box1 {
 width: 320px;
 height: 300px;
 overflow: auto;
 float: left;
 border: 2px white solid;
 padding: 5px;
 text-align: center;
}

#box2 {
 background-image: url(https://file.garden/Z8S48e3deXuAgcfA/pastry/huntress/gif);
  background-size: 125%;
 width: 320px;
 height: 300px;
 overflow: auto;
 float: left;
 border: 2px white solid;
 padding: 5px;
 margin-right: 12px;
}

#box3 {
 width: 445px;
 height: 93px;
overflow-y: hidden;
overflow-x: hidden;
white-space: nowrap;
 display: inline-block;
 float: left;
 border: 2px white solid;
 padding: 5px;
 margin-top: 12px;
}



#graphic {
  width: 650px;
  height: 650px;
  position: absolute;
  margin-left: 360px;
  margin-top: -160px;
}

#graphic:hover {
opacity: 30%;
transition: 0.6s;
}


main {
margin: auto;
width: 700px;
}

body {
 background-image: url(https://file.garden/Z8S48e3deXuAgcfA/pastry/huntress/backg);
  background-size: 8%;
}

.text-container {
 background: black; 
 border-radius: 0px;
 border: 4px double white;
}

*, a {
 color: white; 
 font-family: arial;
}

a {
 text-decoration: underline;
 text-decoration-style: double;
}

header.site-header { 
display: flex;
justify-content: center;
}

.publish-timestamp, .edit-timestamp, .site-footer, .views-count, .owner-info  {
 display: none; 
}

.button, .button:hover {
 background: none;
 color: black;
 font-weight: bold;
 -webkit-text-stroke: 0.5px #220e33;
}