@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300;400;700&display=swap');
            :root {

            }
 
body {
                font-family: sans-serif;
                margin: 0;
                background-color: #FFA500;
            }
     
            * {
                box-sizing: border-box;
            }

            /* the "container" is what wraps your entire website */
            /* if you want something (like the header) to be Wider than
    the other elements, you will need to move that div outside
    of the container */
            #container {
                max-width: 800px;
  background-color:#FFDEAD;
                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: darkorange;
  text-decoration: none;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }
            #container a:hover, a:active {
  background-color: darkorange;
            }
            #header {
                width: 100%;
                background-color: #FFA500;

  margin-top:-140px;
  margin-bottom:-140px;
  font-size:100px;
  color:#FF8C00;
  font-family:Arial Black;
  letter-spacing: -12px;
                background-size: 100%;
            }

/* navigation section!! */ 
            #navbar {
                height: 40px;
                background-color: #13092D;
                /* navbar color */
                width: 100%;
            }
	
            #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: #ED64F5;
                /* 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: #a49cba;
                text-decoration: underline;
            }

            #flex {
                display: flex;
            }

            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            #leftSidebar {
			 order: 1;
                background-color: #FF8C00;
                width: 100px;

			 z-index:10;
            }
#leftSidebar a {
padding:5px;
  font-size:18px;
 margin:10px;
 margin-right:0px;
	text-align:center;
 display:block;
  color: darkorange;
  background-color:NavajoWhite;
	font-weight:bold;
}
#leftSidebar a:hover, a:active {
 background-color: darkorange;
	color: #FFDEAD
}

            /* this is the color of the main content area,
    between the sidebars! */
            main {
                background-color: #FFDEAD;
                flex: 1;
                padding: 10px;
                order: 2;
			    border-left:10px solid #FF8C00;
  border-right:10px solid #FF8C00;
  border-top:10px solid #FF8C00;
  border-bottom:10px solid #FF8C00;
  padding-left:10px;
            }

            /* 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;
            }

            footer {
                background-color: #FF8C00;
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: right;
			 border-top:10px solid #FFA500;
                /* this centers the footer text */
            }

/* what my heading look like */
h1 {
  font-size:40px;
  line-height: .9;
    font-style: bold;
    margin-top:5px;
    margin-right:10px;
text-transform: uppercase;
}
h2 {
  font-size:20px;
  color:#FF8C00;
	font-style: bold;
  border-bottom:10px solid #FF8C00;
margin-right: -10px;
	
}
h3  {
  font-size:18px;
  color:black;
  font-style: bold;
}
hr {
  height: 10px;
  color: #FF8C00;
  background-color: #FF8C00;
  border-style: solid;
  border-width: 10px 0px 0;
  margin-left: -10px;
	/*margin-right: -10px;*/
	
}
spoiler  {
  color:#FFA500;
  background-color: #FFA500;
}
spoiler:hover{
    color:black;
  background-color: NavajoWhite;
}
            strong {
                /* this styles bold text */
                color: #ED64F5;
            }
ol {  
     border-left:30px solid #FF8C00;
font-style:bold;
    font-size:1em;
   list-style-type: upper-roman;
    background-color:darkorange;
  background-origin: content-box;
}
ol > li {
  border-right:10px solid #FF8C00;
  font-size:1em;
  font-weight: bold;
  padding-left:10px;
  color: black;
  background:NavajoWhite;
}
ol > li:first-child {
  border-top:10px solid #FF8C00;
}
ol > li:last-child {
  border-bottom:10px solid #FF8C00;
}

li a:hover {
  background-color: darkorange;
  color: NavajoWhite;
}

.image-container {
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  margin: auto; /* centers image */
margin-top: -5px;
}

#container cite {
	  float: right;
		 display: inline-block;
	margin-top:-5px;
	  font-size:12px;
}

#container cite  a {
		  background-color: #FF8C00;
		  color: black;
}
#container cite  a:hover, a:active {
	  	background-color: black;
	 color: #FF8C00;
}

            /* this is just a cool box, it's the darker colored one */
            .box {
                background-color: #FFA500;
                border: 10px solid #FF8C00;
                padding-left: 10px;
			 color: #FFDEAD;
			 font-weight: bold;
			  font-style: italic;
			 font-size:19px;
			   text-align: center;
            }
            .box2 {
			  font-family: "Gaegu", sans-serif;
  			src: url("/Gaegu-Regular.ttf") format("truetype");
                background-color: #DDA0DD;
                border: 10px solid #9400D3;
                padding-left: 10px;
			 color:  	#9400D3;
			
			 font-size:19px;
			   text-align: left;
            }
.right {
  float: right;
padding-left:10px;
clear: both;
}
.left {
  float: left;
padding-right:10px;
clear: both;
}

            /* CSS for extras */


            /* BELOW THIS POINT IS MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

            @media (max-width: 660px) 
		  {
                #flex {
                    flex-wrap: wrap;
				 display: flex;
                }
			  #container{max-width: 100%}
                aside {
                    width: 100%;
                } 
  .small {
    max-width: 100%;
    height: auto;
	  float:none;
	  margin: 0 auto;
padding:0px;

  }

                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
                main {
                    order: 2;
                }

                #leftSidebar {
                    order: 1;
				 width: 100%;
				 position:relative;
                }
			  #leftSidebar a {
				  display:inline-block;
				   justify-content: space-between;
				   margin-bottom:0px;
			  }
                #navbar {
                    flex-wrap: wrap;
                }
			  
}
			  



