            :root {
                --header-image: url('https://werewolfarchive.neocities.org/images/header.png');
                --body-bg-image: url('https://werewolfarchive.neocities.org/images/background.png');

                /* colors */
                --content: #43256E;
                --colbg1: #16171a; /*Left column background*/
                --colbg2: #303339; /*Right column background*/
                --coltext1: #c46c51; /*Left column text*/
                --coltext2: #FFFFFF; /*Right column text*/
            }

img {
  border: 1px solid #000000;
  padding: 0px;
  width: 200px;
}

img:hover {
  box-shadow: 0 0 0px 0px rgba(0, 140, 186, 0.5);
}

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }

            body {
                font-family: 'Nunito', sans-serif;
                font-size: 13px;
                margin: 0;
                background-color: #151619;

                background-size: 65px;
                color: #FFFFFF;
                background-image: url('https://werewolfarchive.neocities.org/images/background.png');
                background-size: cover;
                background-attachment: fixed;
            }

            * {
                box-sizing: border-box;
            }

            #container {
                max-width: 900px;
                margin: 0 auto;
                margin-top: 35px;
                margin-bottom: 15px;
                /* this centers the entire page */
                border: 1px solid #000000;
            }

            #container a {
                color: #c46c51;
            }

            #header {
                width: 100%;
                background-color: #5a7062;
                height: 120px;
                background-image: var(--header-image);
                background-size: 100%;
            }

            #navbar {
                height: 40px;
                background-color: #292f35;
                border-top: 1px solid #000000;
                border-bottom: 1px solid #000000;
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }

            #navbar li a {
                color: #bddb8b;
                font-weight: 800;
                text-decoration: none;
            }

            #navbar li a:hover {
                color: #d8f0b0;
                text-decoration: underline;
            }

            #flex {
                display: flex;
            }

            aside {
                background-color: #393f3a;
                border: 1px solid #000000;
                width: 220px;
                padding: 20px;
                font-size: 13px;
            }


            main {
                background-color: #1f2125;
                flex: 1;
                height: 500px;
                overflow: auto;
                padding: 20px;
                order: 2;
            }


            */ #leftSidebar {
                order: 1;
            }

            #rightSidebar {
                order: 3;
            }

            footer {
                background-color: #292f35;
                color: #FFFFFF;
                border-top: 1px solid #000000;
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
            }

            /* This header is for */

            h1 {
                font-size: 25px;
                color: #bddb8b;;
            }
            
            /* This header is for */

            h2 {
                font-size: 15px;
                color: #bddb8b;;
            }
            
            /* This header is for the header bar of descboxes*/
            
            h3 {
                font-size: 12px;
                color: #ffffff;
                margin-top: 5px;
                margin-bottom: 5px;
            }
            
            /* Solid border */
            hr.solid {
              background: #303339;
              height: 1px;
              border: 0px;
            }

            strong {
                color: #000000;
            }
            
            i {
                /* this styles italicized text */
                color: #FFFFFF;
            }

            /* Description box */
            .descbox {
                background-color: #303339;
                border-bottom: 1px solid #000000;
                border-left: 1px solid #000000;
                border-right: 1px solid #000000;
                padding: 10px;
                color: #e9efda;
            }
            
            /* Description box header */
            .descheader {
                background-color: #292f35;
                max-width: 100%;
                border: 1px solid #000000;
                padding-left: 10px;
                color: #e9efda;
            }

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #13092D;
            }