.custom_stack{display:var(--display);flex-direction:var(--flexDirection);justify-content:var(--justifyContent);align-items:var(--alignItems);gap:var(--gap)}body,html{font-size:2vh;scroll-behavior:smooth}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0}.jerry_layout{--one_page_padding:3.3rem;--primary_color:#a25aff;--second_color:#467cdf;position:relative}.jerry_layout .dynamic_background{position:fixed;z-index:-1}.jerry_layout .header{position:fixed;top:0;bottom:0;right:0}.markdown_reader.custom_stack{padding:2rem 4rem;justify-content:flex-start;align-items:flex-start}.markdown_reader.custom_stack h2{line-height:1.465rem;font-size:1.25rem}.markdown_reader.custom_stack img{width:100%}.markdown_reader.custom_stack ol,.markdown_reader.custom_stack ul{padding-left:1rem}.markdown_reader.custom_stack hr{width:100%}.markdown_reader.custom_stack code{color:var(--primary_color)}.markdown_reader.custom_stack p{font-size:1rem;line-height:1.171875rem}.markdown_reader.custom_stack a{color:var(--second_color);text-decoration:underline}.markdown_reader.custom_stack a:hover{opacity:.7}