.flow-text,
h3 {
  letter-spacing: normal;
  color: #1b1b1b;
}
#main {
  margin-top: 80px;
  margin-bottom: 150px;
}
.flow-text {
  width: auto;
  font-family: Courier;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 60px;
}
p,
textarea {
  width: 100%;
}
button,
h2 {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-family: Courier;
}
h2 {
  width: 140px;
  font-size: 12px;
  padding: 5px 0;
  margin: 5px 0;
}
h3 {
  font-family: Courier;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}
h5 {
  font-family: Courier;
  font-size: 10px;
  color: #b5b5b5;
}
h5.legit-count {
  font-size: 12px;
}
p {
  font-family: Courier;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 20px;
  padding: 10px;
  word-wrap: break-word;
}
button {
  min-width: 84px;
  padding: 12px 0;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  border: none;
}
button:hover {
  background-color: #00f;
}
button[disabled] {
  background-color: #a3a3a3;
}
#submit {
  background-color: #00f;
  width: auto;
  margin: 0;
  overflow: auto;
  float: right;
}
#submit:hover {
  background-color: #000;
}
.divider {
  margin: 30px 0;
}
.page-footer {
  padding: 8px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  border-top: thin solid #b5b5b5;
}
.page-footer .row {
  margin-bottom: 0;
  padding: 0;
}
textarea {
  font-family: Courier;
  font-size: 15px !important;
  border: none;
  padding: 0;
}
textarea.materialize-textarea {
  border: none;
  padding: 0;
  margin: 0;
}
textarea.materialize-textarea:focus {
  border-bottom: none !important;
  box-shadow: 0 0 0 0 #fff !important;
}
@media (max-width: 768px) {
  #main {
    margin-top: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h5.legit-count {
    font-size: 10px;
  }
  p {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  button {
    font-size: 11px;
    min-width: 70px;
    margin-left: 5px;
    padding: 8px;
  }
  .divider {
    margin: 20px 0;
  }
  textarea {
    font-size: 11px !important;
  }
  #post-input {
    min-height: 2rem !important;
  }
}
