* {
    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-size: 12px;
    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;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid rgb(236, 187, 187);
}
.gap {
    height: 100px;
}
.smallgap {
    height: 5px;
}
textarea {
    background-color: hsl(348, 100%, 99%);
    border-color: rgb(176, 113, 113);
    height: 20px;
    font-size: 11px;
    font-family: 'outfit';
    letter-spacing: 1px;
    color: brown;
}
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;
}
#btn {
    transition: 0.3s;
}
#btn:hover {
    transform: rotate(4deg);
}
#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;
}
.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);
}
p {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
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;
    letter-spacing: 1.5px;
    color: rgb(165, 42, 42);
}
#one {
    margin-bottom: 0;
}
h2 {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to top, rgb(255, 251, 247), white);
    background-color: rgb(255, 252, 250);
    border-bottom: 1px dashed rgb(222, 187, 167);
    font-size: 13px;
    font-weight: 250;
    margin: 0;
    margin-bottom: 10px;
    padding: 1px;
    letter-spacing: 1.5px;
}
h5 {
    font-family: 'Alegreya Sans';
    color: brown;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
    letter-spacing: 2px;
    box-sizing: border-box;
    background-image: linear-gradient(to top, rgb(255, 246, 247), rgb(255, 250, 251));
}
h6 {
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
    font-size: 11px;
    font-weight: 250;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.linktext {
    height: 410px;
    padding: 8px;
    font-weight: 200;
    line-height: 1.3;
    text-align: center;
    overflow-y: auto;
}
.minilinks {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
#lnks {
    text-underline-offset: 2px;
    font-family: 'Alegreya Sans';
    color: rgb(255, 55, 125);
}
#lnks:hover {
    text-underline-offset: 4px;
    color: rgb(230, 0, 80);
}
#hrts {
    font-size: 10px;
}
/* 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; 
}