:root{
	--shadow-color: 95deg 20% 60%;
   --green: hsl(125, 28%, 68%);
   --green-link: hsl(124, 34%, 58%);
	--green-texture: var(--green) url("/background/texture/green3.png");
   --scrollbar-thumb: var(--green-texture);
}

body{
   background-color: var(--green-bg);
   background-image: url("/background/04.png");
}

main{
   padding: 2em!important;
   width: 66svw;
   /* height: calc(100svh - var(--double-gap)); */
   height: auto;
   margin: var(--gap) auto;
   box-shadow: var(--shadow-elevation-high);
}

.hugme::-webkit-scrollbar-thumb{
   background: var(--green-texture);
   border-color: var(--green);
}

h1, h1 + p{
   text-align: center;
}

h1{
   margin: 0 auto;
}

h1 + p{
   margin-top: 0;
}

footer{
   filter: var(--drop-shadow-medium);
}


#HCB_comment_box{
   width: 70%;
}