@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique&display=swap');
*{
    box-sizing: border-box;
}
/* Light Mode (default) */
:root {
  --background-color: #FFD79B;
  --text-color: #000000;
}

body
{
     font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin:0;
background-color:whitesmoke;
padding-left: 2%;


.header
{
    display: flex; /* Establishes a flex container */
 background-color:;
    padding-right: 0%;
    padding-left: 12em;
    width: 100%;
    text-align: center;
     flex: 1; /* Allows the main content to grow and fill available space */
  padding-right: 20px; /* Add some space between the content and the sidebar */
    
}
aside {
    float: left;
    position:absolute ;
   left:0%;
   Top:0%;
   bottom:0%;
    background-color:rgb(163, 243, 255) ;
    color:rgb(0, 0, 0) ;
    padding:2em;
    max-width: 100%;
}
h2
{
font-size: 60;
}
.ex
{

}

