:root {
                --header-image: url('https://cirezone.neocities.org/pixellyfish.jpg');
                --content: #809FFF;
            }

            p {
              font-family: 'Garamond';
            }
            
            p.a {
                text-align-last: center;
                font-family: 'Rosd';
               
            }
            
            p.b {
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                bottom: 19.5px;
            }
            
            p.c {
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                top: 15px;
                right: 10px;
                
                font-size: 10px;
                font-family: 'Rosd';
            }
            
            img.a {
                  vertical-align: baseline;
            } 

            img.b {
                  vertical-align: baseline;
                  margin-right: 5px;
            }

            img.c {
                  position: relative;
                  right: 15px;
                  bottom: 15px;
                  padding: 10px;
                  
            }

            ul {
               list-style-image: url('https://dl.glitter-graphics.com/pub/575/575266us4crzygeq.gif');
               list-style-position: inside;
               margin-right: 25px;
               
            }

            li {
               color: #99ccff;
            }
              
            @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;
                
            }
                
            @font-face {
                font-family: Rosd;
                src: url('https://cirezone.neocities.org/fonts/VCRosdNEUE.ttf') format("truetype");
            }

            @font-face {
                font-family: Garamond;
                src: url('https://cirezone.neocities.org/fonts/AppleGaramond.ttf') format("truetype");
            }
            
            @font-face {
                font-family: Garamond:
                src: url('https://cirezone.neocities.org/fonts/AppleGaramond-Italic.ttf') format("truetype");
                font-style: italic;
            }
            
            @font-face {
                font-family: Garamond;
                src: url('https://cirezone.neocities.org/fonts/AppleGaramond-Bold.ttf')format("truetype");
                font-weight: bold;
            }
          
          * {
                font-family: Garamond;
            }
            
            body {
                font-family: 'Nunito', sans-serif;
                margin: 0;
                background-color: #00004D;
                background-size: 65px;
                color: #fceaff;;
            }

            * {
                box-sizing: border-box;
            }

            #container {
                max-width: 900px;
                margin: 0 auto;
            }

            #container a {
                color: #1a8cff;;
                font-weight: bold;
                text-decoration: none;
            }

            #header {
                width: 100%;
                background-color: #002699;
                height: 150px;
                background-image: var(--header-image);
                background-size: 100%;
            }

            #navbar {
                height: 40px;
                background-color: #002699;
                background-image:
                /* navbar color */
                width: 100%;
            }

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

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

            #navbar p a {
                color: #002699;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                
            }

            #flex {
                display: flex;
            }

            aside {
                background-color: #003380;
                width: 200px;
                padding: 20px;
                font-size: smaller;
            }

            main {
                background-color: #66a3ff;
                flex: 1;
                padding: 20px;
                order: 2;
            }
            
            .status-box {
              width: 260px;
              padding: 25px;
              background: #001f4d;
              border: 2px solid #66a3ff;
              border-radius: 12px;
              box-shadow: 0 0 10px rgba(0,0,0,0.15);
              margin: 0px 50px 0px 90px;
              
          
              text-align: center;
              font-family: "Garamond";
            }
          
            .status-box h2 {
              font-size: 20px;
              margin-bottom: 10px;
              color: #66a3ff;
            }
          
            .status-box p {
              margin: 6px;
              font-size: 14px;
              color: #FFFFFF;
            }

            #leftSidebar {
                order: 1;
            }

            #rightSidebar {
                order: 3;
            }

            footer {
                background-color: #13092D;
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
                /* this centers the footer text */
            }

            h1 {
                color: #000000;
                font-family: 'Garamond';
                display: flex;
                justify-content: center;
                align-items: center
            }
            
            h2,
            h3 {
                color: #ED64F5;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                color: #000000;
            }

            i {
             color: #001f4d;
            }

            .box {
                background-color: #001f4d;
                border: 1px solid #66a3ff;
                padding: 10px;
                height: 340px;
            }

            .box2 {
                background-color: #001f4d;
                border: 1px solid #66a3ff;
                padding: 10px;
                height: 270px;
            }
            
            .box3 {
                background-color: #001f4d;
                border: 1px solid #66a3ff;
                padding: 10px;
                height: 200px;
            }
            
            .box3 p {
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                margin: 0px;
                bottom: 30px;
            }
            
            .box3 i {
                color: #FFFFFF;
            }

            .box4 {
                background-color: #001f4d;
                border: 1px solid #66a3ff;
                padding: 10px;
                height: 200px;
            }

            .box4 p {
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                margin: 10px;
                top: 20px;
            }
            
            .box5 {
                background-color: #001f4d;
                border: 1px solid #66a3ff;
                padding: 10px;
                height: 200px;
            }

            .box5 p {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: justify;
                position: relative;
                margin: 10px;
                top: 0px;
            }
            
            .box5 strong {
                color: #FFFFFF;
                text-align: center;
            }
            
            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #002699;
            }


            @media only screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
                }

                main {
                    order: 1;
                }

                #leftSidebar {
                    order: 2;
                }

                #rightSidebar {
                    order: 3;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
            }