.content {
    max-width: 700px;
    margin: auto;
    background: white;
    padding: 10px;
}

.body
@font-face {
    font-family: CormorantUpright;
    src: url(../fonts/CormorantUpright.WOFF);
}

div {
    font-family: CormorantUpright;
}

.body {
    font-size: 6px;
}

div.a {
    text-align: center;
}

div.b {
    text-align: left;
}

div.c {
    text-align: right;
}

div.d {
    text-align: justify;
}

.col {
    column-count: 2;
}

 {
    margin: -5px;
    vertical-align: text-top;
    
}
.topnav {
  overflow: hidden;
  background-color: #AB1500;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
