
@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Sour Gummy|Silkscreen|Press Start 2P');



body {
    height: 100vh;
    margin: 0;
    top: 10px;
    padding: 10px;
    overflow-x: hidden; 
    overflow-y: hidden;
     cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/f8kyo7.gif"), default;
}


::-webkit-scrollbar {
    display: none;
}

::selection {
    color: #b5dce7;
    text-decoration: underline;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

/* NOTEBOOK --------------------*/
.notebook {
    position: relative;
    width: 860px; 
    height: 490px;
    margin: 5px;
    z-index: 0; 
}

/* LEFT PAGE --------------------*/
.page1L {
    position: absolute;
    left: 10px; 
    top: 10px; 
    width: 405px; 
    height: 470px; 
    overflow-x: hidden;
     background-image: 
    url("https://file.garden/ZqvoqPvs4mjErqQ3/MUTT/pprbg.png"),
    url("https://file.garden/ZqvoqPvs4mjErqQ3/sktchbook/PaperTexture.png");
    background-repeat: repeat, repeat;
    background-color: #ffffff;
    border-radius: 8px;
    background-size: 15px,500px;
    border: 1px #423D3D solid;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 1; 
}
.page1L .caption {
    display: none; 
}


/* RIGHT PAGE --------------------*/
.page1R {
    position: absolute;
    left: 430px; 
    top: 10px; 
    width: 405px; 
    height: 470px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
    padding: 10px; 
    box-sizing: border-box; 
    background-image: 
    url("https://file.garden/ZqvoqPvs4mjErqQ3/MUTT/pprbg.png"),
    url("https://file.garden/ZqvoqPvs4mjErqQ3/sktchbook/PaperTexture.png");
    background-repeat: repeat, repeat;
    background-color: #ffffff;
    border-radius: 8px;
    background-size: 15px,500px;
    border: 1px #423D3D solid;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 1; 
}

.page1R img {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: contain; 
    margin: 0; 
}


/* COVERS --------------------*/
.notecover {
    position: absolute;
    top: 0;
    left: 0;
    width: 860px;
    z-index: -1;
}

/* LEFT COVER --------------------*/
.coverleft {
    position: absolute;
    left: 0; 
    top: 0; 
    width: 422px; 
    height: 490px; 
    background-image: url(https://file.garden/ZqvoqPvs4mjErqQ3/NB/compNBt.png);
    background-color: #C3F150;
    background-size: 300px;
    border-radius: 10px;
    border: 1.5px #050301 solid;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

/* RIGHT COVER --------------------*/
.coverright {
    position: absolute;
    left: 425px; 
    top: 0; 
    width: 422px; 
    height: 490px; 
    background-image: url(https://file.garden/ZqvoqPvs4mjErqQ3/NB/compNBt.png);
    background-color: #C3F150;
    background-size: 300px;
    border-radius: 10px;
       border: 1.5px #050301 solid;
       box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

/* SPIRAL --------------------*/
.spiral {
    position: absolute;
    top: 10px;
    left: 408px; 
    width: 34px;
    height: 470px;
    z-index: 2; 
    image-rendering: auto;
}
.content { 
    display: grid; 
    padding: 15px; 
    gap: 15px; 
    position: absolute; 
    top: 5px; 
    z-index: 1; 
    width: 400px; 
     cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
    font-family: "Itim";
    font-size: 12px;
    
    
    
    }

/* TABS --------------------*/
.tabs {
    position: absolute;
    transform: translate(-50%, -50%);
    rotate: -90deg; 
    top: -250px; 
    left: -280px; 
    width: 590px;
    display: flex;
    flex-direction: row;
    gap: 5px;
     
}

.tablinks {
    z-index: 1;
    width: 100px; 
    padding: 5px; 
    font-family: "Silkscreen";
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 5px; 
    background: #F0C368;
    transition-duration: 0.3s; 
}

.tablinks:hover {
    background: #C3F45D; 
    color: #ffffff;
      cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/a4eumm.gif"), default;
}

.tablinks.active {
    background:  #5CD1F4;
    box-shadow: 1px 1px 8px grey;
    color: #000000;
    
}

.tabcontent .content {
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); 
    top: 5px; 
    grid-gap: 15px; 
    padding: 10px; 
    box-sizing: border-box; 
    width: 400px;
    position: absolute; 
    
}

/* NSFW BLURRED EFFECT -------------------- */
.blurred {
    filter: blur(5px); 
    transition: filter 0.3s ease-in-out; 
     cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/flvo2h.gif"), default;
}

.blurred:hover {
    filter: none; 
}

/* LIGHTBOX --------------------*/

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; 
    align-items: center; 
    margin-top: 10px;
}

.image-gallery img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
   
}


.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.page1R {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    padding: 5px; 
    box-sizing: border-box; 
}

.lightbox-image {
    height: 420px; 
    max-width: 100%; 
    object-fit: contain; 
    margin-bottom: 5px; 
    padding: 2px;
}

.lightbox-caption {
    font-family: "Sour Gummy"; 
    font-weight: bold;
    font-size: 14px; 
    text-align: center; 
    color: #000000; 
    margin-top: 0; 
    width: auto; 
}
.thumbnail {
    width: 100px; 
    height: 100px;
    object-fit: cover; 
     cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
}
