body { font-family: monospace; display: flex; justify-content: center; }
h1, h2, p { margin: 10px 0; }
#page {  display: flex; flex-direction: column; width: 800px; }
#header {  display: flex; justify-content: space-between; align-items: flex-end; }
.logo { height: 80px; }
#header_text { font-size: 50pt; font-family: monospace; font-weight: bold; }
#content { padding: 0 20px; font-size: 12pt; font-family: monospace; background-color: #eee; }
#footer { display: flex; justify-content: space-evenly; }
