@font-face {
    font-family: 'cmu_serifroman';
    src: url("/?originalUrl=https%3A%2F%2Fthia.codes%2Fcmuserif_roman_macroman%2Fcmunrm-webfont.eot");
    src: url("/?originalUrl=https%3A%2F%2Fthia.codes%2Fcmuserif_roman_macroman%2Fcmunrm-webfont.eot%3F%23iefix") format('embedded-opentype'),
         url("/?originalUrl=https%3A%2F%2Fthia.codes%2Fcmuserif_roman_macroman%2Fcmunrm-webfont.woff2") format('woff2'),
         url("/?originalUrl=https%3A%2F%2Fthia.codes%2Fcmuserif_roman_macroman%2Fcmunrm-webfont.woff") format('woff'),
         url("/?originalUrl=https%3A%2F%2Fthia.codes%2Fcmuserif_roman_macroman%2Fcmunrm-webfont.ttf") format('truetype'),
         url("/?originalUrl=https%3A%2F%2Fthia.codes%2Fcmuserif_roman_macroman%2Fcmunrm-webfont.svg%23cmu_serifroman") format('svg');
    font-weight: normal;
    font-style: normal;

}

a:link {
  color: #434575; 
  background-color: transparent; 
  text-decoration: underline;
}

header {
  min-width:  15rem;
  margin: 3rem;
}

a:visited {
  color: #434575;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #737492;
  background-color: transparent;
}

.column {
  max-width:  35rem;
  margin: 1rem;
}

body {
	font-family: 'cmu_serifroman';
  font-size: 4.5mm;
  display: flex;
  flex-wrap: wrap;
	font-weight:  lighter;
}

h1 {
  text-align: left;
}

img {
  border-radius:  50%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: 15rem;
  height:  15rem;
}

ul {
  max-width: 33rem;
}