            :root {
                   --header-image: url('https://i.imgur.com/NvZYAqp.gif');
                --body-bg-image: url('https://i.imgur.com/pUzwJrO.gif');

            }
            body {
                font-family: Arial, Helvetica, sans-serif;
                margin: 0;
                background-size: 65px;
                color: #ffffff;
                background-image: var(--body-bg-image);
                background-color: #131313;
            }
            * {
                box-sizing: border-box;
            }
#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}
 #flex {
                display: flex;
            }
            #container {
                max-width: 1000px;
                position: relative;
                margin: 0 auto;
                margin-top: 21px;
            }
#container a {
                color: #b8ff42;
                font-weight: bold;
                
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }
 #header {
                width: 100%;
                background-color: #5e4e8c;
                height: 150px;
                background-image: var(--header-image);
                background-size: 100%;
            }
 #navbar {
                height: 40px;
                background-color: #000000;
                /* navbar color */
                width: 100%;
     border: 1px solid;
     border-color: #00ff26;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }

            /* navigation links*/
            #navbar li a {
                color: #b8ff42;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: #22d2ce;
                text-decoration: underline;
            }
 main {
                background-color: #000000;
                padding: 20px;
                order: 2;
     width: 670px;
     border: ridge;
     border-color: #00ff26;
            }
 aside {
                background-color: #000000;
                width: 279px;
                padding: 20px;
                border: 1px solid;
                border-color: #00ff26;
                font-size: smaller;
                /* this makes the sidebar text slightly smaller */
            }
 */ #leftSidebar {
                order: 1;
            }

            #rightSidebar {
                order: 3;
            }

            footer {
                background-color: #000000;
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
                border: 1px solid;
                border-color: #00ff26;
                /* this centers the footer text */
            }
 h1,
            h2,
            h3 {
                color: #b8ff42;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #22d2ce;
            }

            /* this is just a cool box, it's the darker colored one */
            .box {
                background-color: #1c1c1c;
                border: 1px solid #ffffff;
                padding: 10px;
            }

            /* CSS for extras */

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #000000;
                border: 1px solid;
                border-color: #00ff26;
            }

.column {
  float: left;
  width: 21.96%;
  padding: 5px;
    height: 54px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
#catxo {
    position: relative;
    left: 62px;
}