@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Coral Pixels|Special Elite');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

body {
    width: 800px;
    margin: 2px;
    height: 100%;

    font-family: "Itim", serif;
    overflow-x: hidden;
    cursor: crosshair;
    background-image: url('https://heathersaturnia.neocities.org/pxls/deco/saturniawrth9.png'), url(https://heathersaturnia.neocities.org/pxls/deco/smgrdppr.gif);
    background-repeat: no-repeat, repeat;
    background-position: top right;
    background-size: 600px, 80px;
 
}


header {
    font-family: "Coral Pixels", serif;

    text-align: left;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    padding-left: 2px;
    background: url(https://heathersaturnia.neocities.org/pxls/icns/tapelbl.png) no-repeat;
    background-size: 300px 45px;
    margin-bottom: 5px;
    text-indent: 15px;
    padding-top: 10px;
    image-rendering: pixelated;


}

.layout {
    margin: 10px;
    padding: 10px;
    position: absolute;
    color: #000000;
    width: 700px;
    
    border: 1px dotted #000000;
    background-color: #eeeeee;
    opacity: 95%;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: crosshair;
    margin-bottom: 20px;

}




.grid {
    display: grid;
    grid-template-columns: 320px 320px;
    column-gap: 30px;
    row-gap: 10px;
    padding: 10px;
    justify-content: start;
    margin-top: 5px;


}



.container {
    width: 340px;
    padding: 10px;
    border: 1px dotted #333;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background-color: #ffffff;

}



.title {
    height: 35px;
    width: 100%;
    color: #333;
    font-family: "Special Elite";
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 1px 0;
    padding-left: 2px;
    background: url(https://heathersaturnia.neocities.org/pxls/icns/tapelbl.png) no-repeat;
    background-size: 300px 32px;
    margin-bottom: 5px;
    text-indent: 10px;
    padding-top: 5px;
    white-space: nowrap;
}



.pshpin {
  height: 13px;
  width: auto;
  image-rendering: pixelated;
  vertical-align: middle;
}

.left-pin::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 28px;
  height: 20px;
  background-image: var(--pushpin);
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  pointer-events: none;
  z-index: 999;
}

.right-pin::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 20px;
  background-image: var(--pushpin);
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: 999;
}




.notes {
    position: relative;
    width: 300px;
    max-height: 550px;
    margin-top: 5px;
    margin: 5px auto;
    padding-top: 8px;
    padding: 8px;
    image-rendering: pixelated;
    background-image: url("https://heathersaturnia.neocities.org/pxls/icns/pprlbl-mddle.png");
    background-repeat: repeat-y;
    background-size: 300px 32px;

    background-position: top center;
    z-index: 0;
}

.notes p {
    position: relative;
    z-index: 5;
    width: 295px;
    font-family: "Courier New";
    font-size: 11px;
    color: #333;
    margin-top: 20px;
    padding: 4px 4px 4px 10px;
    padding-bottom: 25px;
}
.notes b,
.notes strong {
    font-family: "Itim";
    font-weight: bold;
}
.notes img {
    max-width: 280px;
    
}

.notes::before,
.notes::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 32px;
    z-index: 2;
}

.notes::before {
    top: 0;
    background-image: url("https://heathersaturnia.neocities.org/pxls/icns/pprlbl-top.png");
    background-position: bottom center;
    background-repeat: no-repeat;

}

.notes::after {
    bottom: 0;
    background-image: url("https://heathersaturnia.neocities.org/pxls/icns/pprlbl-bottm.png");
    background-position: bottom center;
    background-repeat: no-repeat;

}


.stuffs {
    max-width: 280px;
    max-height: 360px;
    text-align: left;
   
    overflow-x: hidden;
    padding-top: 40px;
    font-family: "Courier New";
    color: #000000;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 6px;
    padding-bottom: 25px;
    z-index: 5;

}


.stuffs b,
.stuffs strong {
    font-family: "Itim";
    font-weight: bold;
}

.stuffs p {
    margin: 0;
    font-family: "Courier New";
    color: #000000;
    font-size: 11px;
    width: 265px;
    padding: 4px 4px 4px 10px;
    overflow: autol

}
 
.num {
    font-family: "Itim";
    color: var(--accent);
    font-weight: bold;

}





* {
    scrollbar-width: thin;
    scrollbar-color: var(--accent) transparent;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    left: calc(700px + 10px);
    background: var(--accent);
    border: 1px dotted #000;
    color: #eee;
    border-radius: 50%;
    padding: 10px 12px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: transform 0.2s;
}


#backToTop::after {
    content: "Back to top";
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent);
    border: 1px dotted #000;
    color: #eee;
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

#backToTop:hover::after {
    opacity: 1;
}