.container {
    font-family: 'Liberation Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #757685;
}

.column {
  float: left;
}

.column.side {
  width: 15%;
}

.column.middle {
  width: 85%;
}

.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

body {
    display: block;
    margin: auto;
    background: #ffffff;
    padding: 50px;
}

h1, h2, h3, h4, h5 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #757685;
}
p {
    font-family: 'Liberation Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #757685;
}

li {
    font-family: 'Liberation Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #757685;
}


a {
    font-family: 'Liberation Mono';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
}

a:hover {
    color: #000000;
}

a:visited {
    color:  #2471a3;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

li a {
  display: block;
  text-decoration: none;
  padding: 2px 4px;
}

li a:hover {
    color: #000000;
}

body img {
      height: auto;
      max-width: 50%;
}

footer img {
    display: inline-block;
    height: auto;
    max-width: 100px;
}

@media screen and (max-width: 1440px) {
  .column.side, .column.middle {
    width: 100%;
  }
}