@import url("../fonts/source_serif_pro/source_serif_pro.css");
/* 
 * To self: I've commented out a lot of fonts in the file above so that we only 
 * load the ones that are actually used.*/

body {
height:100%;
font-family: "Source Serif Pro",serif;
font-weight:400;
font-size:1.25em;
background-color:#ffffff;
max-width: 80ch;
margin:1em auto;
padding: 0 .62em;
}

#journal-heading {
  font-variant: small-caps;
  text-align: center;
  font-size:2.0em;
}
#journal-cover {
    border: 1px solid black;
    float: left;
    margin-right: 2em;
    max-height: 300px;
}
.outer {
    display: grid;
    grid-template: 1fr / 1fr;
}    
