:root {
--header-image: url('img/title-solanine.png');
--body-bg-image: url('https://sadhost.neocities.org/images/tiles/stars5.gif');

--content: #766c83;
}

* { box-sizing: border-box;
}

        @font-face {
            font-family: PixelOperator;
            src: url(https://sadhost.neocities.org/fonts/PixelOperator.woff);
        }

@font-face {
            font-family: VeniceClassic;
            src: url(https://sadhost.neocities.org/fonts/VeniceClassic.woff);
}

body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-image: var(--body-bg-image);
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #ffffff #00000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #00000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 20px;
    border: 20px inset #32234e;
  }
            
#container {
max-width: 1300px;

  /* this is the width of your layout! */
  /* if you change the above value, scroll to the bottom
  and change the media query according to the comment! */
margin: 0 auto;
 /* this centers the entire page */
 }

            /* the area below is for all links on your page
    EXCEPT for the navigation */
            #container a {
                color: #ddd6f8;
                font-weight: bold;
                text-decoration: none;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }

            #header {
                /* header color here! */
                height: 200px;
                color: #90839965;
                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
                background-image: var(--header-image);
                background-size: 70%;
                background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
            }

            #flex {
                display: flex;
            }

            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            aside {
                background-color: #00000000;
                width: 200px;
                padding: 0px;
                font-size: 15px;
                /* this makes the sidebar text slightly smaller */
            }


            /* this is the color of the main content area,
    between the sidebars! */
            main {
                background-image: linear-gradient(to bottom, rgb(82, 69, 88), rgb(48, 53, 97));
                flex: 1;
                border: 1px solid #222125;
                border-radius: 5px;
                padding: 20px;
                order: 2;
                color: #ffffff;
                font-size: 18px;
                font-family: PixelOperator;
                src: url(https://sadhost.neocities.org/fonts/PixelOperator.woff);
            }

            /* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */

             #leftSidebar {
                order: 1;
            }

            #rightSidebar {
                order: 3;
                color: #ccd6ff;
                font-family: PixelOperator;
                src: url(https://sadhost.neocities.org/fonts/PixelOperator.woff);
            }

            footer {
                background-color: #00000000;
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 20px;
                text-align: center;
                color: #ffffff;
                font-family: PixelOperator;
                src: url(https://sadhost.neocities.org/fonts/PixelOperator.woff);
            }

            h1,
            h2,
            h3 {
                color: #d4b243;
                font-family: VeniceClassic;
                src: url(https://sadhost.neocities.org/fonts/VeniceClassic.woff);
            }

            h1 {
                font-size: 30px;
            }

            strong {
                /* this styles bold text */
                color: #5a5baf;
            }

            /* this is just a cool box, it's the darker colored one */
            .box {
                background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(48, 53, 97));
                border: 1px solid #222125;
                border-radius: 5px;
                padding: 20px;
            }

            .darkbox {
                float: left;
                background-image: linear-gradient(to bottom, rgb(0, 0, 0) rgb(68, 62, 102));
                border: 2px dotted #c5c769;
                border-radius: 5px;
                padding: 20px;
                width: 30%;
                color: #ffffff;
            }

            .darkbox-wide {
                float: left;
                background-image: linear-gradient(to bottom, rgb(0, 0, 0) rgb(68, 62, 102));
                border: 2px dotted #c5c769;
                border-radius: 5px;
                padding: 20px;
                width: 50%;
                color: #ffffff;
            }

            /* CSS for extras */

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: 20px;
                color: #ffffff;
                background-color: #00000000;
                font-family: PixelOperator;
                src: url(https://sadhost.neocities.org/fonts/PixelOperator.woff);
            }

.small { flex: 1 1 9%; }
.large { flex: 1 1 82%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }


/* BELOW THIS POINT IS MEDIA QUERY */

@media only screen and (max-width: 800px) {
#flex {
  flex-wrap: wrap;
}

aside {
width: 100%;
}
 
leftSidebar {
order: 1;
margin: 10px;
}

main {
order: 2;
margin: 10px;
}

rightSidebar {
order: 3;
margin: 10px;
}

navbar ul {
flex-wrap: wrap;
}
}

.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;
}
.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 75%, rgba(0, 0, 0, 0.25) 75%), 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;
}