@font-face {
  font-family: 'Dense-Regular';
  src: url('Dense-Regular.otf') format('opentype');
}
html {
  height: 100%;
}
body {
  background-color: #1d1d1b;
  margin: 0;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  main {
    width: 90%;
    max-width: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    width: 90%;
    max-width: 650px;
  }
}
@media only screen and (max-width: 500px) {
  main {
    width: 100%;
  }
}
main {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
div#wrapper {
  width: 100%;
}
div#leftBox {
  float: left;
  width: 55%;
}
div#rightBox {
  float: right;
}
#image {
  width: 90%;
  border: 0px;
}
h1 {
  color: white;
  font-size: 1.8em;
  text-align: justify;
  font-family: Dense-Regular;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
h1#h1001 {
  margin-top: -2px;
  font-size: 3.0em;
  font-weight: 500;
  margin-bottom: 0px;
}
h1#h1002 {
  margin-top: 5px;
  letter-spacing: 0.39em;
  margin-bottom: 20px;
}
h1#h1003 {
  border-top: 0.05em solid white;
  border-bottom: 0.05em solid white;
  margin-bottom: 55px;
  display: inline-block;
  letter-spacing: 0.038em;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
footer {
  clear: both;
  position: relative;
  z-index: 10
  height: 1em;
  margin-top: -1.1em;
  text-align: center;
}
footer a {
  font-family: arial;
  font-size: 0.8em;
  text-transform: uppercase;
}
