body {
  max-width: 850px;
  margin: 0 auto;
}

ul {
  list-style-type: none;
  padding: 0;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: lightgrey;
}

.info {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 200%;
}

.infoleft {
  float: left;
  width: 45%;
  display: inline-block;
  text-align: justify;
}

.inforight {
  float: right;
  width: 45%;
  display: inline-block;
  text-align: justify;
}

#contact {
  font-weight: 700;
}

html {
  overflow-y: scroll;
}
