body {
  background-image:  url("/images/deltarune/deltarune bg.png");
  font-size: 14pt;
  background-color: #140c01;
  color: #260B02;
}

h1, h2, h3 {
  font-family: "Chakra Petch", sans-serif;
}

a{
 color:#561329; 
}

.wrapper {
  background:#7c4c58;
  border-left: 3px solid #fd9029;
  border-right: 3px solid #fd9029;
  height: auto;
  margin: auto;
  width:50%;
  min-width: 500px;
}

.sticker1 {
  position: absolute;
  right: -2%;
  
}

.scroll {
  text-align:left;
  padding: 30px;
  padding-top: 10px;
  background:#ffe6cc;
  border: 2px solid #fd9029;
  width:80%;
  min-width: 400px;
  border-radius:10px;
  height: auto;
  margin: auto;
  position: relative;
}

.shaded {
  width: 103.6%;
  height: 115px;
  padding: 20px;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:-30px;
  overflow: auto;
  white-space: nowrap;
  background: rgb(124, 76, 88, .3);
}

.chakra-petch-regular {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  font-style: normal;
}

table {
  width: 100%;
}

td, th {
  border: 0px solid #ddd;
  padding: 5px;
  padding-bottom:0px;
}


th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;

}
