body,html { background-color: #E6BC95; color: black; font-family: Sans-serif; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
h1 { text-align: left; font-size: 18pt; font-weight: bold; }
h2 { text-align: left; font-size: 10pt; font-weight: bold; }
#bodyOuter {margin: 2em auto auto auto; padding-top: 1em; padding-bottom: 1em; padding-left: 1em; background-color: white; width: 350px; border: 2px solid #6B8E23; border-radius: 10px; position: relative; top: 0px;}
#portrait { margin: 1em auto auto auto;background-color: #E6BC95; width: 350px;margin-bottom: 1em;}
#tagLine {text-align: center;max-width:350px !important; border:2px solid #6b8e23;border-radius:10px;background-color: white;margin: 0 auto 1em auto;padding: 1em 0 1em 0;}
#portrait img { display: block;border-radius:9px;border:2px solid #6B8E23;}
#hamburger { border: 1px solid black; min-height: calc(100% - 2rem); position: absolute; top:1em; right: 1em;aspect-ratio:1/1;}

