*{
    --sectionTitleColor: #d0bcff;
    --sectionTitleOutlineColor: #282b57;
}


@font-face 
{
    font-family: kawaii stitch;
    src: url(https://dl.dropbox.com/s/yjal3we9j6biyn5/Kawaii%20Stitch.ttf);
}
 
@font-face 
{
    font-family: starborn;
    src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf);
}
 
@font-face 
{
    font-family: pixel;
    src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
}
 
@font-face 
{
    src: url(https://dl.dropbox.com/s/ct0s037q78sao3f/Frighted.ttf);
    font-family: Frighted;
}
 
@font-face 
{
    src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
    font-family: SakeMoru;
}
 
@font-face 
{
    font-family:'yipes';
    src: url(https://dl.dropbox.com/s/qrdm3wived8sm66/Yipes.ttf);
}
 
@font-face 
{
    font-family:'fenotype';
    src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
}

html
{
    /*background-image: url(https://files.catbox.moe/lu6up7.png);*/
    overflow: scroll;
    overflow-x: hidden;
}

body
{
    margin: 0;
    
    background-image: url('https://files.catbox.moe/m2nvcu.png');
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
}

#main-container
{
    min-height: 100vh;
    max-width: 800px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 5px;
    
    display:grid;
    grid-gap: 8px;
    
    /*grid-template-columns: 200px minmax(0, 1fr) 150px;*/
    /*grid-template-columns: 170px 420px 150px;*/
    /*grid-template-columns: repeat(auto-fit, minmax(0, 1fr));*/
    /*grid-template-columns: 170px minmax(0, 1fr) 150px;*/
    grid-template-columns: 0.4fr minmax(0, 1fr) 0.4fr;
    
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas:
        "header header header"
        "navbar main socials"
        "gifmanager main socials"
        "moonbox buttonbox socials"
        "footer footer footer";
    
    border-width:7px;
    border-style:solid;
    border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;        
}

@media only screen and (max-width:600px)
{
    #main-container
    {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 0.4fr);
        grid-template-areas:
            "header"
            "navbar"
            "gifmanager"
            "main"
            "socials"
            "moonbox"
            "buttonbox"
            "footer";
    }
    
    nav 
    {
        text-align: center;
    }
    
    nav ul
    {
        padding: 0;
        list-style-type: none;
        list-style-position: inside;
    }
    
    footer
    {

    }
}

header
{

    grid-area: header;
    
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: rebeccapurple;
    background-image: url(https://files.catbox.moe/gzzg37.png);
    background-repeat: repeat;
    z-index: 5;
    
    display: grid;
    
    grid-template-columns: 1fr;
    
    grid-template-rows: 1fr;
    grid-template-areas:
        "header-image";
}

#header-title
{
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: center;
    margin: auto;
    filter: drop-shadow( 0 3px var(--sectionTitleOutlineColor)) drop-shadow( 2px 0 var(--sectionTitleOutlineColor)) drop-shadow( 0 -1px var(--sectionTitleOutlineColor)) drop-shadow( -1px 0 var(--sectionTitleOutlineColor)) drop-shadow( 0 5px white) drop-shadow( 5px 0 white) drop-shadow( 0 -5px white) drop-shadow( -5px 0 white) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 2px #424242);
    color:var(--sectionTitleColor);
}

#header-image
{
    grid-area: header-image;
    margin: auto;
    height: auto;
}

nav
{
    grid-area: navbar;
    height: max-content;
    
    background-color: lavender;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: rebeccapurple;
}

#gif-manager
{
    grid-area:gifmanager;
    height: max-content;
    margin-bottom: 500px; 
    
    display: flex;
    justify-content: center;
    gap: 5px;
    
    background-color: lavender;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: rebeccapurple;
    
    padding: 3px;
}

h3
{
    /*font-family: starborn;*/
    font-family: "Verdana";
    font-size: x-large;
    padding: 8px;
    color: var(--sectionTitleOutlineColor);
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px  #000;*/
}

main
{
  
    grid-area: main;
    height: max-content;
    
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 260px minmax(0, 1fr);
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
}

#websites-title
{
    font-family: 'yipes';
    font-size: 25px;
    height: max-content;
    line-height: 1.41em;
    margin-top: 40px; 
    margin-left: 20px;
    text-align: center;
    
    grid-row: 1/2;
    grid-column: 1/3;
    
    filter: drop-shadow( 0 3px #9a6fb0) drop-shadow( 2px 0 #9a6fb0) drop-shadow( 0 -1px #ffa9c2) drop-shadow( -1px 0 #9a6fb0) drop-shadow( 0 5px white) drop-shadow( 5px 0 white) drop-shadow( 0 -5px white) drop-shadow( -5px 0 white) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 2px #424242);
    color: black;
}

#websites-container
{
    text-align: center;
}

#websites-container ul
{
    padding: 0;
    list-style-type: none;  
}

#websites-container li
{
    list-style: none;

}

#websites
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 5px;
}

#websites-content 
{ 
    margin: 0 auto; 
    padding:15px; 
    width:100%; 
    box-sizing:border-box; 
    
    text-align: center;
    
    grid-row: 2/3;
    grid-column: 1/3;
}

#socials
{
    grid-area: socials;
    height: max-content;
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
    text-align: center;
}

.socials-navi
{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 3px;
}

#moon-box
{
    grid-area: moonbox;
    height: max-content;
    
    margin-left: auto;
    margin-right: auto; 
    
    background-color: lavender;
    border-width: 5px;
    border-radius: 5px;
    border-style: solid;
    border-color: lavender;
}

#button-box
{
    grid-area: buttonbox;
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
    display: flex;
    
    text-align: center;
    flex-wrap: wrap;
    padding: 6px;
    
    overflow-y:auto;
    max-height: 180px;
    
    scrollbar-color: var(--sectionTitleOutlineColor) var(--sectionTitleColor);
    scrollbar-width: thin;
}
.custom-button
{
    border-radius: 50px;
    background-color: lavender;
    background-size:cover;
    font-family: pixel;
    font-size: 1.1em;
    margin-top: 5px;
    margin-left: 3px;
    text-align: center;
    padding: 15px;
}

footer
{
    grid-area: footer;
    
    background-color: azure;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightblue;
    text-align: center;
    
    display: grid;
    
    grid-template-columns: 0.4fr;
}

#footer-text
{
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    
}

li 
{
  /*list-style-image: url("https://i.imgur.com/hdOddDH.gif");*/
  list-style-image: url("https://i.imgur.com/PFJ9KCl.gif");
  padding-inline-start: 1ch;
}

/*::-webkit-scrollbar 
{
    width: 0; /* remove scrollbar space */
    /*background: transparent; /* to make scrollbar invisible */
/*}

::-webkit-scrollbar-thumb 
{
    background: transparent;
}
*/

::-webkit-scrollbar
{
    width: 8px;
    border-radius: 100px;
    background: transparent;
}

::-webkit-scrollbar-track
{
    background-color: var(--sectionTitleColor);
}

::-webkit-scrollbar-thumb 
{
    background-color: var(--sectionTitleOutlineColor);
    border-radius: 100px;
}

::selection 
{
    /* Change highlight background color */
    background: #f7abcf;
    
    /* Change highlight text color */
    color: #FFFFFF;
}
 
a 
{
    text-decoration: none;
    width:fit-content;
    transition: .2s ease; 
    color:black;
}

a:hover
{
    color:hotpink;
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

img
{
    max-width: 100%;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/symbols/sym-6/sym596.cur), auto !important;} /* End https://www.cursors-4u.com */