body{
    background-image: url(decorations/frill76.png);
    font-family: basiic;
}

                    @font-face {
  font-family: basiic;
  src: url(decorations/basiic.ttf);
}

        @font-face {
  font-family: birds;
  src: url(decorations/BirdsofParadise.ttf);
}

h1{
    background: linear-gradient(to right, #f299a9, #c2d2f7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent; /* fallback */
    font-family: "birds";
    border-radius: 10px;
    line-height: 1.2;
  padding: 0.2em 0; 
  overflow: visible;
    text-align: center;
}

h2{
     background: linear-gradient(to right, #f299a9, #c2d2f7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent; /* fallback */
    font-family: "birds";
    line-height: 1.2;
    overflow: visible;
}

.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
    width: 1195px;
    margin: auto;
    padding: 5px;
    margin-top: 12px;
    height: 898px;
}
    
.div1 {
    grid-column: span 5 / span 5;
    text-align: center;
}

.div2 {
    grid-row: span 4 / span 4;
    grid-row-start: 2;
    text-align: center;
    background-color: white;
    border: solid #a07c5c 7px;
    border-image: url(https://miss-david.neocities.org/decorations/lace8.png) round 7;
    border-radius: 10px;
    background-image: url(decorations/checkered.gif);
}

.div3 {
    grid-column: span 4 / span 4;
    grid-row: span 4 / span 4;
    grid-row-start: 2;
}
.tab-button {
    display: block;
    width: 79%;
    padding: 10px;
    background-color: white;
    color: #ffffff;
    border: solid #a07c5c 7px;
    border-image: url(https://miss-david.neocities.org/decorations/lace8.png) round 7;
    cursor: pointer;
    font-family: "birds";
    font-size: 18px;
    text-align: center;
    transition: linear-gradient 0.3s;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #f0cfd5, #c2d2f7);
}

.tab-button:hover {
    background-image: linear-gradient(to right, #f0cfd5, white);
    border: solid #a07c5c 7px;
    border-image: url(https://miss-david.neocities.org/decorations/lace8.png) round 7;
    
}

.tab-button.active {
    background-image: linear-gradient(to right, #f0cfd5, white);
    color: white;
    border: solid #a07c5c 7px;
    border-image: url(https://miss-david.neocities.org/decorations/lace8.png) round 7;
}

.tab-content {
    display: none;
    padding: 14px;
    background-image: url(decorations/checkered.gif);
    color: black;
    margin: 5px;
}

.tab-content.active {
    display: block;
    border: double white 7px;
    border-radius: 10px;
    border-image: url(https://miss-david.neocities.org/decorations/lace8.png) round 7;
}

p{
    color: #e0b2b9;
    font-family: "basiic";
    line-height: 0.8;
}

#index .index-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "welcome notice"
        "updates featured";
    gap: 16px;
    padding: 16px;
    background: url('decorations/bow%20bg.PNG') repeat;
    opacity: 0.9;
}

#index .welcome {
    grid-area: welcome;
    background-image: linear-gradient(to bottom, #f5ebed, white);
    opacity: 0.9;
    padding: 12px;
    border: solid #a07c5c 2px;
    border-radius: 10px;
    overflow: auto;
    height: 200px;
}

#index .noticeboard {
    grid-area: notice;
    background-image: linear-gradient(to bottom, #f5ebed, white);
    opacity: 0.9;
    padding: 12px;
    border: solid #a07c5c 2px;
    border-radius: 10px;
    
}

#index .updates {
    grid-area: updates;
    background-image: linear-gradient(to bottom, #f5ebed, white);
    opacity: 0.9;
    padding: 12px;
    border: solid #a07c5c 2px;
    border-radius: 10px;
    height: 124px;
    overflow: auto;
}

#index .featured{
    background-image: linear-gradient(to bottom, #f5ebed, white);
    opacity: 0.9;
    border: solid #a07c5c 2px;
    border-radius: 10px;
    height: 147px;
    overflow: auto;
}

.img1{
    width: 4%;
}

.img2{
    width: 15%;
}

hr{
    color: #a07c5c;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 76px;
  overflow-x: hidden;
}

code{
    color: #e0b2b9;
    font-family: "basiic";
    line-height: 0.8;
}

#links {
    background-color: #fae4e4 !important;
    background-image: none !important;
}

#journal{
    background-color: #fae4e4 !important;
    background-image: none !important;
}

#shrine{
    background-color: #fae4e4 !important;
    background-image: none !important;
}

#rant{
    background-color: #fae4e4 !important;
    background-image: none !important;
}

#thoughts{
  background-color: #fae4e4 !important;
    background-image: none !important;
}

ul{
    color: pink;
}

li{
    color: #a07c5c;
}

a{
    color: #a07c5c;
}

a:hover{
    color: pink;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: pink;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
    
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
    height: 569px;
    overflow: auto;
}

.tablinks {
  display: inline-block;
  padding: 10px 16px;
  margin: 4px;
  background-image: linear-gradient(to right, #f0cfd5, #c2d2f7);
  color: #ffffff;
  font-family: "birds";
  font-size: 18px;
  border: double white 2px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.tablinks:hover {
  background-image: linear-gradient(to right, #f0cfd5, white);
}

.tablinks.active {
  background-color: #e0b2b9;
  color: white;
  border: double white 3px;
background-image: linear-gradient(to right, #f0cfd5, white);
}

.box19 { 
margin : 1em 0 ; /* change 0 to auto for centering */ 
width : fit-content/* width */ } 
            
.u01 { 
background: url(decorations/borders/f-ue.gif) repeat-x; 
height: 32px; 
margin: 0 32px; } 

.s01 { 
background: url(decorations/borders/f-sita.gif) repeat-x; 
height: 32px; 
margin: 0 32px; } 
            
.box-top { 
background-image: url(decorations/borders/f-kado1.gif), url(decorations/borders/f-kado2.gif); 
background-position: top left , top right; 
background-repeat: no-repeat , no-repeat; 
height : 32px; } 
            
.box-center { 
background-image : url(decorations/borders/f-migi.gif), url(decorations/borders/f-hidari.gif); 
background-position : top right, top left; 
background-repeat : repeat-y , repeat-y;
 } 
            
.box-inner { 
background :#fff; 
margin : 0 32px; 
padding : 10px; } 
            
.box-bottom { 
background-image : url(decorations/borders/f-kado3.gif), url(decorations/borders/f-kado4.gif); 
background-position: top left , top right; 
background-repeat: no-repeat , no-repeat; 
height : 32px; } 

::-webkit-scrollbar {
  width: 16px; /* You can make this smaller/larger */
}

::-webkit-scrollbar-track {
  background-color: #f4e4e7;
  background-size: contain;
}

::-webkit-scrollbar-thumb {
  background: url('https://pixels.crd.co/assets/images/gallery120/48065516.gif?v=29416114') no-repeat center;
  background-size: contain;
  border-radius: 8px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px; /* or whatever works for your layout */
  padding: 10px;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-4/oth305.cur), auto !important;} /* End https://www.cursors-4u.com */