::selection {text-shadow: 0 0 2px #edaecb;color:#edaecb}
::-moz-selection {text-shadow: 0 0 2px #edaecb;color:#edaecb}

::-webkit-scrollbar {
width: 6px;
height: 6px;
background: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #fff7fa;
-webkit-border-radius: 0ex;
border: 1px dotted #edaecb;
}

a{
text-decoration: none;
color: #edaecb;
transition: .1s
}


a:link {
color: #f588b5;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: #f588b5;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #f588b5;
background-color: transparent;
text-decoration: dotted underline;
font-style: italic;
}

a:active {
color: #f588b5;
background-color: transparent;
text-decoration: underline;
}

@font-face{
src: url(/fonts/Spirit.ttf);
font-family: 'spirits';
}

    @font-face {
      src: url(/fonts/pc-9800.ttf);
      font-family: 'pc-9800';
    }
    
.button{
text-decoration: line-through;
color: #b4b4b4;
}

#flowers{
    position: absolute;
    z-index: -1;
    width: 450px;
    margin-left: 570px;
    margin-top: -150px;
    filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
    z-index: 9999;
}

#decor{
    position: absolute;
    width: 350px;
    margin-left: 250px;
    margin-top: -10px;
    filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
    z-index: 9999;
}

#png{
    position: absolute;
    width: 450px;
    margin-left: -500px;
    margin-top: 60px;
    filter: drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 0.5px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(0px 0px 1px #fbfaf8) drop-shadow(1px 1px 0px #0000002d);
}

#pencil{
    position: absolute;
    z-index: -1;
    width: 20px;
    margin-left: 525px;
    margin-top: 195px;
    z-index: 9999;
    transform: rotate(-5deg);
}

.box-top-bar {
    /* This style remains for the pink top border area */
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 5px; /* Separator for the white content area */
    border-bottom: 2px solid #e3c8d7;
    height: 20px;
    background: #ffe5f4;
}

.box-control-btn {
    /* Style for the small squares inside the pink top bar */
    width: 6px;
    height: 6px;
    border: 1px solid black;
    background-color: white;
    margin-right: 3px;
    display: block;
}

.close {
    /* Style for the small squares inside the pink top bar */
    width: 6px;
    height: 6px;
    border: 1px solid black;
    background-color: white;
    margin-right: 3px;
    display: block;
}

.circle{
position: absolute;
top: 0px; left: 5px;
z-index: 10;
pointer-events: none;
}



.window {
    width: 500px;
    height: 650px;
    margin: 60px auto;
    border: 2px solid #d6b8c7;
    background: url('/media/backgrounds/patterned.png');
    border-radius: 10px;
    padding: 41px 21px 21px 21px;
    box-shadow: -5px -5px 4px inset #00000033, 3px 3px 3px inset #ffffff55;
    position: relative;
    padding: 5px;
    left: 130px;
}

.window-title {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-family: spirits;
    font-size: 45px;
    color: white;
    text-shadow: -1px 0 #8d7c76, 0 1px #8d7c76, 1px 0 #8d7c76, 0 -1px #8d7c76, 0 0;
    font-weight: 600;
    
}

.content {
    display: grid;
    grid-template-columns: 500px 10fr; 
    gap: 5px;
    
}

/* LEFT SMALL NOTE */
.left-note {
    position: relative;
    width: 230px;
    height: 180px;
    border: 2px solid #d4b8c9;
    background: #ffeaf7;
    overflow: hidden;
}

.left-lines {
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255,150,200,0.2) 0px,
        rgba(255,150,200,0.2) 2px,
        transparent 2px,
        transparent 14px
    );
}

.keychain{
width: 79;
height: 315px;
position: absolute;
top: 20px; left: -55px;
z-index: 30;
transition: .4s;
transform: rotate(4deg)
}

/* MAIN NOTEBOOK */
.main-notebook {
    position: relative;
    background: url('/media/backgrounds/paperplain.png');
    border: 2px solid #c5b6c2;
    height: 570px;
    margin: 10px;
    box-shadow: 0px 0px 4px inset #00000055, 0px 0px 2px #00000022;
    
}

.title {
position: absolute;
top: 3.5%; 
left: 5.5%;
width: 80%;
font-family: pc-9800;
font-size: 15px;
color: #5c5c5c;
line-height: 1.3;
}

.title2 {
position: absolute;
top: 35%; 
left: 5.5%;
width: 80%;
font-family: pc-9800;
font-size: 15px;
color: #5c5c5c;
line-height: 1.3;
}

.text {
position: absolute;
top: 3.5%; 
left: 5.5%;
width: 80%;
font-family: pc-9800;
font-size: 15px;
color: #5c5c5c;
line-height: 1.3;
}

.title span {
font-family: spirits;
font-size: 18px;
margin-bottom: 9%;
}


.title2 span {
font-family: spirits;
font-size: 18px;
margin-bottom: 9%;
}

.title p {
font-family: pc-9800;
font-size: 15px;
margin-left: 5.5%;
color: #5c5c5c;
}

.title2 p {
font-family: pc-9800;
font-size: 15px;
margin-left: 5.5%;
color: #5c5c5c;
}



.page-corner {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #bab0ba;
    border-top: 2px solid #bab0ba;
}

.rings {
  background: url('/media/graphics/spirals.png') 0px 0px / cover;
  height: 560px;
  width: 24px;
  position: absolute;
  image-rendering: pixelated;
  left: -5px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rings span {
    width: 20px;
    height: 6px;
    border: 2px solid #b5adb5;
    border-radius: 5px;
    background: white;
}

/* RIGHT COLUMN BOXES */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 400;
}

.small-box, .big-box {
    border: 2px solid #d6bbcd;
    background: white;
    position: relative;
}

.small-box {
  margin-top: 10px;
  margin-right: 10px;
    height: 160px;
}

.big-box {
    height: 321.5px;
    margin-right: 10px;
}

.box-title {
    border-bottom: 2px solid #e3c8d7;
    height: 20px;
    background: #ffe5f4;
}

/* STATUS BAR */
.status-bar {
    border: 2px solid #ddbcd0;
    background: #ffe5f4;
    height: 20px;
    margin: 10px;
}