*{box-sizing:border-box;}
body{display:flex;flex-flow:row nowrap;margin:0;padding:0;}
#masthead{color:black;font-size:1rem;width:25%;padding:1rem;max-height:100dvh;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;}
#masthead::-webkit-scrollbar{display:none;}
#masthead h1{font-size:1rem;text-transform:uppercase;font-weight:normal;}
#masthead a{text-decoration:none;font-family:sans-serif;}
#masthead ul{list-style-type:none;margin:0;padding:0;}
#masthead li{margin:0.5rem 0;}
.sub-menu li{padding-left:1rem;margin:0.25rem 0!important;}
main{width:75%;padding:1rem;max-height:100dvh;overflow-y:scroll;font-family:sans-serif;}
a{color:black;}

h1.entry-header,.entry-title{font-size:7rem;margin:0 0 2rem 0;line-height:0.8em;font-family:'Times New Roman', sans-serif;}
.wp-block-image,.wp-block-gallery{margin:0;width:100%;}
.wp-block-image{margin:0.5rem 0;}
img{width:100%;}