* {
  box-sizing: border-box;
}

/* Style the body */
body {
  font-family: 'Inknut Antiqua', Arial, Helvetica, sans-serif;
  margin: 0;
}

/* Header/logo Title */
.header {
  padding: 30px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  background-size: cover;
}

.header h1 {
  font-family: 'UnifrakturMaguntia';
  font-size: 50px;
  line-height: 20px;
}

/* Style the top navigation bar */
.navbar {
  font-family: 'UnifrakturMaguntia';
  overflow: hidden;
  display: block ruby;
  text-align: center;
  background-color: #ffffff;
}

/* Style the navigation bar links */
.navbar a {
  font-family: 'UnifrakturMaguntia';
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 22px;
}

/* Right-aligned link */
.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}


/* Main column */
.main {   
  line-height: 38px;
  padding: 5px;
  margin-left: 20%;
  margin-right: 20%;
}

/* Fake image, just for this example */
.main-img {
  text-align: center;
}

.main-img img {
  max-width: 800px;
  max-height: 1200px;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ffffff;
}

.footer-el {
  padding-right: 10px;
}

tr.tr-header {
  border-bottom: 1px solid #000000;
}

tr.tr-row {
  border-bottom: 1px dotted #000000;
}
