:root{
    --body-bg-image: url('imgs/bkgv2.png');
    --graph: url('backgrounds/graphpaper2.png');
    --headerimage: url('imgs/banner2.jpg');
    --bannerimage: url('imgs/stars.gif');
    --advertimage: url('imgs/ad.png');
    --checker: url('backgrounds/transparent.png')
}

::selection {
    background: orange;
  }

.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
  }
  
  @keyframes flicker {
    0% {
    opacity: 0.27861;
    }
    5% {
    opacity: 0.34769;
    }
    10% {
    opacity: 0.23604;
    }
    15% {
    opacity: 0.10626;
    }
    20% {
    opacity: 0.18128;
    }
    25% {
    opacity: 0.10626;
    }
    30% {
    opacity: 0.18128;
    }
    35% {
    opacity: 0.23604;
    }
  }
  
  .crt::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: flicker 0.15s infinite;
  }

.kosugi-maru-regular {
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
}

.beth-ellen-regular {
    font-family: "Beth Ellen", cursive;
    font-weight: 400;
    font-style: normal;
  }

.ibm-plex-mono-regular {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: thin;
}

@font-face {
    font-family: "DOS/V re ANK24";
    src: url(fonts/Px437_DOS-V_re_ANK24.ttf);
-webkit-font-smoothing : none;
}

@font-face {
    font-family: "DOS/V re ANK30";
    src: url(fonts/Web437_DOS-V_re_ANK30.woff);
}

@font-face {
    font-family: "SimSun";
    src: url(fonts/SIMSUN.ttf);
}
  

/* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
        scrollbar-width: thin;
        scrollbar-color: #ffab2e #cecece;
    }

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #cecece;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #ffab2e;
        border-radius: 10px;
        border: 2px none #ffffff;
    }

body{
    background-image: var(--body-bg-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f3df6f;
    font-family: MS Gothic;
    font-size: 16px;
    margin: 0px;
    position: relative;
}

b{
    color: rgb(91, 149, 178);
}

a{
    text-decoration: none;
}

p{
    font-size: 14px;
    font-family: Ms Gothic;
}

.container{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 25px;
    border: groove 3px rgb(91, 149, 178);
    background-color: #fffbf0;
    background-image: var(--graph);
    
}

#online{
    position: fixed;
    right: 0px;
    margin-right: 50px;
    bottom: 3px;
}

#sideImg{
    position: fixed;
    bottom: 1px;
    margin-left: 0px;
}

#sideImg img{
    height: 500px;
    /* margin-left: 75px; */
}

#header{
    width: 100%;
    height: 200px;
    background-image: var(--headerimage);
    background-size: cover;
    border-bottom: 3px rgb(91, 149, 178) groove;
    position: relative;
}

#header h1{
    position: absolute;
    left: 30px;
    bottom: -40px;
    font-family: "DOS/V re ANK24";
    font-weight: normal;
    text-shadow: 0 1px #000000, 1px 0 #000000, 0 -1px #000000, -1px 0 #000000, 0 2px #000;
    color: #ffffff;
    font-size: 60px;
}

* {
    box-sizing: border-box;
}


#idk{
    display: flex;
}

aside{
    width: 195px;
    background-color: #dcefc9;
    background-image: var(--checker);
}

main{
    order: 2;
    flex: 1;
    overflow-y: scroll;
    height: 640px;
    width: 800px;
    scrollbar-width: none;
}

#aside1{
    order: 1;
    border-right: 3px rgb(91, 149, 178) groove;
}

#aside2{
    order: 3;
    border-left: 3px rgb(91, 149, 178) groove;
}

#navBar{
    margin: 5px;
    margin-bottom: 30px;
    border: 2px solid #f9c236;
    border-radius: 5px;
    background-color: #ffffff;
}

#asideTitle{
    margin: 5px;
}

#asideTitle h2{
    margin: 0px;
    font-size: 15px;
    padding: 2px;
    color: #ff8000;
    border-bottom: dotted #f0c454 3px;
}

#navBar ul{
    list-style: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

#navBar li{
    padding: 2px;
    margin: 10px;
    border: 1px solid #999999;
    border-radius: 3px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 50%, rgba(255, 255, 255, 1) 100%); 
    color: rgb(32, 32, 32);
    font-size: 15px;
    text-align: center;
}

#links img{
    width: auto;
    height: 10px;
}

#links {
    margin-top: 2px;
    background-color: #f9f8f6;
}

#navBar a{
    text-decoration: none;
    color: black;
}

#navBar a:hover {
    color: #2eb6ff;
    letter-spacing:3px;
    transition: letter-spacing 0.5s ease, font-style 0.5s ease;
}

#palStamps{
    text-align: center;
    margin-top: 20px;
    border-radius: 3px;
    border: 3px groove black;
    margin: 10px;
}

#palStamps img{
    width: 100%;
}

#row1{
    display: flex;
    justify-content: space-around;
}

#row2{
    position: relative;
}

#row4{
    display: flex;
    justify-content: space-around;
}

#row5{
    display: flex;
    justify-content: center;
}

#warning p{
    text-align: center;
    border: solid #2a2727 1px;
    padding: 5px;
    margin: 10px;
    background-color: white;
}

#profilePic{
    margin: 10px;
    border: dashed 1px #f37900;
}

#profilePic img{
    width: 300px;
}

#welcome{
    border: 1px dashed #f37900;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    background-color: #ffffff;
}

#welcome h3{
    font-family: "DOS/V re ANK24";
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin: 0px;
    color: #fffb00;
    text-shadow: 0 1px #000000, 1px 0 #000000, 0 -1px #000000, -1px 0 #000000, 0 2px #000;

}

#welcome p{
    text-align: justify;
    font-family: "DOS/V re ANK24";
    padding-left: 25px;
    padding-right: 20px;
}

#islandBroadcast{
    border: 1px solid #2a2727;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    padding-top: 15px;
    margin: 10px;
}

#islandBroadcast h2{
    font-family: "Beth Ellen", cursive;
    font-size: 40px;
    margin: 0%;
    margin-left: 30px;
    color: #d2d2d2;
    text-shadow: 2px 2px #000000;
    /* position: absolute;
    top: -57px;
    left: 35px;
    z-index: 50px; */
}

#islandBroadcast p{
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
}

#headerMarq{
    border-bottom:  rgb(91, 149, 178) groove 3px;
    background-color: #ffffff;
}

.galContainer{
    position: relative;
    display: flex;
    width: 200px;
    margin: 10px;
}

.galImg{
    display: block;
    width: 100%;
    border: 1px solid;
}

#gallery{
    display: flex;
    justify-content: center;
}

#latestArt{
    margin: 10px;
    border: 2px solid #f37900;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
    text-align: center;
}

#latestArt a{
    color: #000000;
}

#rowHeader h2{
    font-style: bold;
    text-align: left;
    color: white;
    margin: 0px;
    padding: 3px;
    font-size: 17px;
    background: #ff8f1f;
    background: linear-gradient(90deg, rgba(255, 143, 31, 1) 31%, rgba(255, 255, 255, 0) 100%);
    border-bottom: dotted 1px #f37900;

}

#miniblog{
    border: 1px solid;
    border-radius: 0px 0px 5px 5px;
    background-color: #ffffff;
    margin: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 330px;
}

#miniblog h3{
    text-align: center;
    margin: 0px;
    padding: 10px;
}

#miniblog p{
    padding: 10px;
    margin: 0px;
    text-align: center;
    font-size: smaller;
}

#blogContainer{
    border: solid black 1px;
    border-radius: 5px;
    margin: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

#aotm{
    text-align: center;
    margin: 10px;
    border: 1px solid;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
}

#aotm img{
    width: 220px;
    border: solid 1px;
    margin: 10px;
}

#aotm p{
    margin: 5px;
}

#aotm a{
    color: #000000;
}

#rightSide{
    padding: 10px;
}

#rightSide h3{
    margin: 0px;
    border-bottom: 1px solid;
    padding-left: 5px;
}

#rightBox{
    border: solid 1px;
    margin: 25px;
    width: 200px;
    padding: 10px;
    background-color: #efefef;
}

#feeling p{
    margin: 0px;
}

#webdeck{
    border: 1px solid;
    margin: 10px;
}

#microBlog h2{
    text-align: center;
}
  
#status{
    background-color: white;
    border: solid 2px;
    margin: 10px;
}

#statuscafe{
    padding: 7px;
}

#statuscafe-username{
    font-size: 10px;
}

#statuscafe-content{
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
    border: 1px solid #f37900;
    padding: 5px;
    margin: 3px;
}

#statuscafe a:hover{
    letter-spacing: 0px;
}

#status a{
    color: black;
}

#imood{
    margin: 10px;
    padding: 5px;
    border: 1px solid;
    background-color: #ffffff;
    text-align: center;
}

#imood p{
    margin: 0px;
}

#updateLog{
    border: 0.5px black solid;
    margin: 10px;
    height: 175px;
    overflow-y: auto;
}

#updateLog p{
    padding: 10px;
    margin: 3px;
}

#blog {
    border: 1px solid;
    margin: 10px;
}

#blog h2{
    font-family: Ms Gothic;
    font-size: 14px;
}

#blog ul{
    padding: 10px;
    margin: 0px;
    list-style-position: inside;
}

#blog li{
    font-size: 14px;
    padding: 2px;
    margin: 3px;
}

#dottedBorder{
    border-bottom: 1px dotted;
    padding: 2px;
}

#buttonMar{
    padding: 5px;
    margin-right: 460px;
    margin-left: 460px;
    border: groove 3px  rgb(91, 149, 178);
    border-top: none;
    background-color: #ededed;
}

#coolSites{
    border: solid 2px #f37900;
    border-radius: 0px 0px 5px 5px;
    margin: 10px;
    background-color: rgb(255, 255, 255);
}

#sites{
    padding: 1px;
    height: 200px;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;

}

#sites img{
    padding: 1px;
    width: 83px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

#sites :hover img{
    top: -5px;
}

#toDo{
    border: solid 2px #f37900;
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    margin: 10px;
}

#toDoContainer{
    overflow-y: scroll;
    scrollbar-width: none;
    height: 200px;
    width: 200px;
}

#toDoContainer ul{
    font-family: Ms Gothic;
    font-size: 14px;
    padding-left: 10px;
}

#toDoContainer li{
    padding: 10px;
    list-style-position: inside;

}


footer{
    text-align: center;
    color: #2a2727;
    margin: 10px;
}

footer a{
    color: #2a2727;
}




  