* {
    cursor: url(https://fleurs.neocities.org/pictures/424d3189.png), auto !important;
}
@font-face {
  font-family: outfit;
  src: url('https://file.garden/ad_sVfVIV3ilAFzt/Outfit-VariableFont_wght.ttf');
}
@font-face {
  font-family: Alegreya Sans;
  src: url('https://file.garden/ad_sVfVIV3ilAFzt/AlegreyaSansSC-Regular.ttf');
}
::selection {
  background-color: rgb(255, 217, 225);
  color: #913737;
}
body {
    background-color: rgba(255, 230, 216, 0.458);
    color: brown;
    font-family: 'outfit';
}
.container {
    margin: 50px;
    max-width: 450px;
}
.box {
    display: flex;
    flex: 1;
    gap: 7px;
    flex-direction: row;
}
.left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    padding: 7px;
    font-size: 11px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid rgb(236, 187, 187);
}
.gap {
    height: 100px;
}
button {
    background-color: rgb(255, 250, 251);
    width: 100%;
    border: none;
    border-left: 4px solid rgb(255, 200, 200);
    border-radius: 0;
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Alegreya Sans';
    letter-spacing: 0.7px;
    color: rgb(217, 76, 83);
    padding-top: 2px;
    padding-bottom: 2px;
    transition: 0.5s;
}
button:hover {
    letter-spacing: 3.5px;
}
#pfp {
    margin-bottom: 10px;
    border: 1px solid rgb(236, 187, 187);
}
.right {
    width: 70%;
    background-color: white;
    border: 1px solid rgb(236, 187, 187);
    font-size: 14px;
}
.footer {
    color: rgb(173, 78, 78);
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 5px;
}
p {
    padding: 0;
    margin: 0;
}
h1 {
    background-image: linear-gradient(to right, rgb(255, 224, 232, 0.7), white);
    background-color: rgb(255, 250, 251);
    border-bottom: 1px dashed rgb(222, 187, 167);
    font-size: 14px;
    font-weight: 250;
    margin: 0;
    padding: 2px;
    color: brown;
}
#title {
    border-top: 1px dashed rgb(222, 187, 167);
    font-size: 14px;
    letter-spacing: 1.5px;
}
.text1 {
    padding: 8px;
    font-weight: 200;
    line-height: 1.3;
}
.scroll {
    box-sizing: border-box;
    padding: 8px;
    height: 335px;
    font-weight: 200;
    overflow-y: auto;
}
.post {
    line-height: 1.6;
}
mark {
    text-align: center;
    font-family: 'alegreya sans';
    font-size: 13px;
    color: rgb(137, 45, 45);
    background-image: linear-gradient(to top, rgb(255, 247, 226), rgb(255, 252, 243));
    background-color: rgb(255, 248, 230);
    border: 1px solid rgb(235, 205, 180);
    border-radius: 10px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1px;
    box-sizing: border-box;
}
hr {
    border-top: 1px solid rgb(255, 245, 231);
}
#cake {
    padding-left: 3px;
    margin: 0;
    float: right;
}
.guestbk {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 5px;
}
#gb {
    transition: 0.5s;
    text-underline-offset: 2px;
    color: rgb(110, 110, 155);
}
#gb:hover {
    font-style: italic;
    color: rgb(68, 68, 124);
}
a {
    transition: 0.5s;
    text-underline-offset: 2px;
    color: rgb(110, 110, 155);
}
#statuscafe {
    padding: 3px;
    padding-left: 5px;
    font-size: 14.5px;
    background-color: rgb(255, 255, 255, 0.2);
    border: 1px dashed #deadbf;
    height: 54px;
    margin-top: 5px;
}
.statustitle {
    background-color: rgba(255, 227, 223, 0.6);
    border: 1px dashed rgb(222, 173, 191);
    border-bottom: none;
    text-indent: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
#statuscafe-username {
    opacity: 0;
    animation: fadeIn 2s forwards;
    padding-bottom: 9px;
}
#statuscafe-content {
    margin: 0 5px 10px 5px;
    letter-spacing: 0.5px;
    font-size: 15px;
    opacity: 0;
    animation: fadeIn 2s forwards;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background-color: rgb(255, 250, 250);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffe3e9; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f48287; 
}