body {
  background: radial-gradient(circle, hsla(0, 100%, 96%, 1) 0%, hsla(343, 100%, 89%, 1) 100%);
  font-family:"comic sans ms", sans-serif;
}
#thisisadiv {
   background-color: #c0c0c0;
    background: linear-gradient(180deg,rgba(255, 240, 173, 1) 0%, rgba(255, 231, 94, 1) 13%, rgba(255, 231, 97, 1) 31%, rgba(255, 125, 125, 1) 72%, rgba(219, 33, 104, 1) 99%);
    border-bottom: 2px solid #DD1155;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100px;
    text-indent: 5px;
    z-index:100;
    color: white;
    padding-bottom: -10px;
}
.yerbodytemp {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
}
.yerbodytemp:hover {
  color: #F348DA;
}
.main {
  width: 700px;
  height: 350px;
  position: relative;
  background: linear-gradient(180deg, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 83%, 1) 100%);
  border-radius: 10px;
  border: 2px solid #a1a1a1;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 0.99em;
  overflow-y: auto;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.16);
}
hr {
  background-color: #a1a1a1;
  border: none;
  height: 2px;
}

.oc {
  position: relative;
  border: 2.5px solid #DCA159; 
  
}
.chalkles {
  border: 2.5px solid #DCA159; 
  background-color: white;
  display:block;
}
summary {
  display: inline-block;
}
a {
  color:#F348DA;
}
a:hover {
  color:#f3485f;
}
.mybelly:hover {
  color:#f3485f;
}
#hol {
  background-image:url(/imgs/anotherbrick.png);
  display: block;
}
button {
  padding: 1px 6px;
  border: 2px outset #ffb31c;
  border-radius: 3px;
  font-family:comic sans ms;
  color: #ffb31c;
  background-color: #fff71c;
  width: 100px;
  height:25px;
  display:inline-block;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.50);
  font-weight: bold;
}
button:active {
  background-color: #fcc81c;
  color: #f0a50e;
  border-color: #f0a50e;
}
button:hover {
  background-color: #ffe136;
  color: #F2542D;
  border-color: #F2542D;
}
button:disabled {
  background-color: #E2F1AF;
  color: #E3D888;
  border-color: #E3D888;
}
#babybean {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
}

.spoiler{
  background-color: gray;
  color: transparent;
  user-select: none;
}

.spoiler:hover{
  background-color: inherit;
  color: inherit;
}