html {
  position: relative;
  min-height: 100;
}

body {
  margin-bottom: 100px;
}

p {
  font-family: helvetica, san-serif;
}

textarea {
  width:100%;
}

.content {
  width: 65%;
  margin:auto;

}

.waitscreen {
  width: 65%;
  margin: auto;
  display: none;
}

.footer {
  background: black;
  color: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  font-family: helvetica, san-serif;
  text-align: center;
}
