html, body {
   background: #D2BF73;
   color: #353f0a;
   font: 11px Verdana;
}

h1 {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 10px;
}

p {
   margin: 8px 0;
}

div.clear {
   clear: both;
}

@font-face {
  font-family: Arial-Armenia;
  src: url('../fonts/Armhlv.ttf') format('truetype');
}

@font-face {
  font-family: GeoDumba;
  src: url('../fonts/GEODUMBB.TTF') format('truetype');
}

#submit-btn {
   bottom: 20px;
   position: absolute;
   right: 30px;
}