body{
  background:#fad093;
    background-image:url("https://64.media.tumblr.com/b5230b829ccd8971a7903282879106b2/1593ee45764d7928-1e/s250x400/08c8e3ed7a4405fc554c87098b050627972e67d1.png");
  color:#2f2223;
}

::-webkit-scrollbar{
  width:1.2em;
}

::-webkit-scrollbar-track{
  background:#ffecd1;
  border-bottom:0;
  border-radius:0.5em;
}

::-webkit-scrollbar-track-piece{
  border:1px solid;
  border-radius:0.5em;
}

::-webkit-scrollbar-thumb{
  background:#ba846a;
  border:1px solid;
  border-radius:0.5em;
}

::-webkit-scrollbar-button{
  border:1px solid;
  border-radius:0.5em;
  background:#f8934e;
    background-image:url("https://giffiles.alphacoders.com/171/171413.gif");
    background-size:0.6em;
    background-repeat:no-repeat;
    background-position:center center;
}

h1, h2, h3{
  font-family:"Gorditas";
  font-variant:small-caps;
}

/*----------------------------- our lovely little box!!! -----------------------------------*/

#lucky{
  width:79vw;
  min-height:90vh;
  background:white;
    background-image:url("https://64.media.tumblr.com/d5ff8f155a2ffbadba2a1a49c4dec00e/3930eb25d2f43a09-7f/s250x400/59a705161cb9fda682cc3c213b354348f2060c7e.png");
    background-position:right;
  border:2px solid;
    border-radius:10px;
  margin:0 auto;
  display:flex;
  flex-flow:row wrap;
  overflow-y:auto;
}

/*------------------- the picture header ^.^ --------------------*/

#kyu{
  background-image:url("https://giffiles.alphacoders.com/171/171413.gif");
    background-size:cover;
    background-position:center;
  width:101%;
  height:70vh;
  border-bottom:2px solid #ba846a;
  display:flex;
  flex-flow:column nowrap;
  align-items:flex-start;
  justify-content:space-between;
}

#kyu h1{
  color:#01b7c4;
  text-shadow:
    1px 1px 2px black,
    -1px -1px 2px black,
    -1px 1px 2px black,
    1px -1px 2px black;
  font-size:3.3em;
  letter-spacing:.29em;
  margin:0;
  margin-left:0.77em;
}

#kyu h2{
  align-self:flex-end;
  color:#fdf8f1;
  text-shadow:
    1px 1px 2px #805a47,
    -1px -1px 2px #805a47,
    -1px 1px 2px #805a47,
    1px -1px 2px #805a47;
  font-size:1.4em;
  font-family:"Kosugi Maru";
  letter-spacing:.29em;
  line-height:1.6;
  text-align:center;
  margin-top:1.33em;
  margin-right:2.77em;
}

#kyu a{
  text-decoration:none;
  color:inherit;
}

/*-------------------------- aaand entries go in here ----------------------------*/

.bwa{
  width:83%;
  min-height:20vh;
  height:auto;
  margin:1.8em 12%;
  margin-left:9%;
}

.bwa h2, .bwa h3{
  color:#805a47;
  text-align:right;
}

.bwa p{
  text-align:justify;
  text-indent:2.5em;
  line-height:1.8;
  text-shadow:0 0 2px white;
}

.bwa:nth-of-type(2){
  margin-top:.5em!important;
}

.bwa h2::before{
  content:url("/ico/flw/tumblr_inline_o5ah79Ohaa1synd6q_500.gif") "\00A0 \00A0" url("/ico/ani/ct04.gif");
  margin-right:.5em;
}

.bwa h2::after{
  content:url("/ico/div/o0180002011284994312.gif");
  margin-left:.5em;
}














