/*CSS*/


html {
    /* overflow-y:scroll; */
}

* {
  box-sizing: border-box;
}

body {
   
    background-color:#f1fcf8;
    background-color: #E8EBEA;
    background-color: #fff;
    font: 100%/1.3 'Roboto', Arial, "sans-serif";
    letter-spacing: -.005rem;
}

#wrapper {
	background-color: whitesmoke;
}

#container {
    padding-top: 80px;
	width: 100%;
}

.section {
	height: 100vh;
	border-top: 2px #000 solid;
	/* padding: 2rem; */
}
 .mod-article {
    min-height: 600px;
 }

 .content-text {
    margin-top: 3rem;

 }

 #header {
    height: 80px;
 }


  /* #aside, */
  #header {
         position: fixed;
         /* right: 10px; */
         /* top: 10px; */
         z-index: 40;
         /* height: 100vh; */
         height: 80px;
         /* width: 15vw; */
         width: 100%;
         background-color: #f2f2ed;
         /* padding-left: 19rem; */
         /* display: none !important; */
       }

       #aside .inside {
         /* display: flex; */
         /* flex-direction: row; */
         /* justify-content: space-between; */
         /* gap: 10rem; */

       }