html, body {
  margin: 0;
  padding: 0;
  height: 100%;

}

div {
  display: block;
}

/* Header */

.header-wrapper {
  text-align: center;
}

#main-logo {
  margin-top: 25px;
  height: 25%;
  width: 25%;
  max-width: 100%;
}

/* Main */

#main-wrapper {
  margin: 20px 30% 0px 30%;
  max-width: 1080px;
  text-align: center;
}

p {
display: block;
text-align: inherit;
font-size: 11pt;
font-family: Georgia,"Times New Roman","DejaVu Serif",serif;
-webkit-margin-before: 0em;
-webkit-margin-after: 0.8em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.mini-h {
  font-size: 14pt;
  font-weight: bold;
}

/* Hyper-Link */

a {
  color: #4295f4;
  text-decoration: none;
}

.text-link:hover {
  color: blue;
  text-decoration: underline;
}

/* Drop-zone */

#dropcode-zone {
  margin: 2px 25px 10px 25px;
  padding: 1px 2px 1px 2px;
  border-radius: 20px;
  background-color: #f4bf42;
}

#dropcode {
  font-size: 20px;
  text-align: center;
  margin-top: 1em;
}

/* Footer */

#footer-wrapper {
  margin: 10px 0px 0px 0px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-p {
  text-align: center;
  font-size: 10pt;
  margin-top: -0.2em;
  padding: -0.2em;
}
