@import url('https://fonts.googleapis.com/css2?family=Borel&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

.sour-gummy {
  font-family: "Sour Gummy", sans-serif;
  font-weight: 300;
  font-style: normal;
}


.borel-regular {
  font-family: "Borel", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  background-image: url(images/fabric-heartsplaid-pink.png);
  font-family: "Sour Gummy";
  font-size: 18px;
  color: #495057;
}

#main {
  background-image: url(images/plaid24.png);
  border: 4px ridge #ffb3c6;
  border-radius: 20px;
  box-shadow: inset 0 0 0 4px white, 0 0 0 4px white;
  margin: 15px auto;    
  max-width: 1100px;
  padding: 18px;
}

#page {
  border-width: 8px;
  border-style: solid;
  border-image: url(images/whiteplate.png) 7 round;
  filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(0 -2px 0 white) drop-shadow(2px 0 white);
  padding: 8px;
  background: #fff;
}

.flex {
    display: flex;
}

#header {
    background-image: url(images/greenappleback.png);
    background-size: 300px;
    border: 3px solid #c88dac;
    border-radius: 20px;
    box-shadow: inset 0 0 0 4px white;
    height: 175px;
    margin-bottom: 10px;
    overflow: hidden;
}

#headerimg {
    filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(0 -2px 0 white) drop-shadow(2px 0 white);
    width: 250px;
    position: relative;
    bottom: 35px;
    left: 25px;
}

#headertext {
    color: #fb6f92;
    font-family: "Borel";
    font-size: 5.5em;
    font-style: italic;
    z-index: 5;
    margin-top: 13px;
    text-shadow: 2px 2px 0px black, -2px 2px 0px black, -2px -2px 0px black, 2px -2px 0px black;
}

#left {
    width: 250px;
}

#n {
    border: 3px solid #c88dac;
    border-radius: 15px;
    background: url(img/tumblr_inline_ml7ycfE7pg1qz4rgp.gif);
    background-size: 100px;
    margin-bottom: 20px;
}

.aaa {
    background: white;
    list-style: none;
    padding-left: 0;
    border-radius: 0 0 15px 15px;
    border-top: 3px solid #c88dac;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.2;
}

.aaa li {
    padding: 3px 3px 3px 10px;
    border-bottom: 2px dashed #c88dac99;
}

.aaa img {
    margin-right: 25px;
}

.subhead {
    text-align: center;
    font-family: billo;
    color: grey;
    font-size: 1.75em;
    line-height: 0.1;
    z-index: 900;
    position: relative;
    top: 5px;
    filter: drop-shadow(0px 2px white) drop-shadow(0 -2px white) drop-shadow(2px 0 white) drop-shadow(-2px 0 white);
}

span.hi {
    font-family: emoji;
    font-size: .6em;
    background: -webkit-linear-gradient(#8C5E7C, #F2C2DC, #8C5E7C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#center {
    width: 550px;
    margin-inline: 12px;
}

#maindiv {
    border: 3px solid #c88dac99;
    border-radius: 15px;
    background: url(img/tumblr_inline_ml7ycfE7pg1qz4rgp.gif);
    background-size: 100px;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 4px white;
    padding: 10px;
}

.doily {
    border: 18px;
    border-style: solid;
    border-image: url(https://foollovers.com/mat/plate-f/pf035-plate-j05.gif) 30 round;
    background: white;
    background-clip: padding-box;
    padding: 5px;
}

#maindiv .flex {
    border: 2px dashed #c88dac;
    height: 170px;
    padding: 5px;
}

#right {
    width: 255px;
}

.lace,
#counter {
    border: 9px;
    border-style: solid;
    border-image: url(img/8Tk8PKV.gif) 7 fill round;
}

#counter {
    text-align: center;
    font-size: 1.3em;
}

#counter img {
    height: 50px;
    image-rendering: pixelated;
}

#upd,
#mrrp,
#chat {
    border: 3px solid #c88dac;
    border-radius: 15px;
    margin-bottom: 8px;
    background: url(img/tumblr_inline_ml7ycfE7pg1qz4rgp.gif);
    background-size: 100px;
    padding: 10px;
    padding-top: 15px;
}

#upd-inner,
#mrrp-inner {
    background: white;
    border: 2px solid #c88dac;
    border-radius: 15px;
    padding: 8px;
    overflow-y: scroll;
    height: 185px;
    font-size: 24px;
}

#stamp {
    border: 2px solid #c88dac;
    border-radius: 15px;
    padding-block: 5px;
    margin-block: 12px;
    background: #c88dac40;
}

#stamp img {
    height: 60px;
}

#maintext {
    font-size: 24px;
    text-align: center;
    overflow: auto;
    width: 265px;
    padding: 5px;
}

#left2 {
    width: 330px;
}

#center2 {
    width: 490px;
    margin-inline: 12px;
}

#right2 {
    width: 230px;
    height: 325px;
    overflow: hidden;
}

#meow {
    border: 3px solid #c88dac99;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
}

#cbox {
    background: white;
    border: 2px solid #c88dac;
    border-radius: 15px;
}

a {
    color: #58414d;
    text-decoration: underline 1px wavy;
}

a:hover {
    color: pink;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.3s;
    text-decoration: underline wavy;
}

::selection {
    background: #c88dac;
    color: white;
}

#mrrp-inner::-webkit-scrollbar {
    width: 0;
}