.header {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/* area for user actions */
.container-actions {
    min-height: 72vh;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 2rem;
  line-height: 2rem;
}
.responsetext
{
  width: 1000px;
  height: 175px;
}
.question-container {
    min-height: 50vh; /* vertical stretch across whole view height */
}

#center {
  text-align: center;
  padding-top: 80px;
}

.user {
  font-size: 20px;
  padding-left: 40px;
  padding-top: 80px;
}

.anonuser{
  width: 75px;
  height: 75px;
}

#copyr {
  padding-left: 200px
}

textarea{
  width: 675px;
  height: 500px;
}
.mid{
  text-align:center;
}
.journaltext{
  text-align: left;
}
.button{
  text-align: center;
}
