* {margin: 0; padding: 0; box-sizing: border-box;}
body {font: 16px sans-serif; background: #004200; color: #333;}
.wrapper {
	max-width: 800px; width: 100%; 
	margin: 3rem auto;
	border-radius: 15px; 
	background: #feffff; overflow: hidden;
}
main {margin: 0 auto; width: 38rem;}
section {border-top: solid #333 3px; margin: 1rem auto; width: 80%;}
section:first-child p {padding-bottom: 1.5rem;}
.portrait {width: 4.5rem; height: 5.5rem; margin: 0.5rem; float: left; border-radius: 60px;}
#gl-canvas {width: 6.0rem; height: 6.0rem; margin: auto 0.5rem; float: right; border-radius: 60px;}
h1 {text-align: center; padding-right: 5rem; word-wrap: break-word; font-size: 3rem; color: #004200;}
a {text-decoration: none; color: #686891; font-weight: normal;}
a:hover {text-decoration: underline; color: #004200;}