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

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

.footer {
  bottom: 0;
  width: 100%;
  min-height: 2rem;
  line-height: 2rem;
}
.question-container {
    min-height: 50vh; /* vertical stretch across whole view height */
}
.circle{
  height: 300px;
  width: 300px;
  background-image: url("https://image.spreadshirtmedia.com/image-server/v1/mp/compositions/P1012138413MPC1020151161/views/1,width=300,height=300,appearanceId=2,backgroundColor=E8E8E8,version=1467549940/black-t-shirt-darth-helmet-men-s-t-shirt-by-american-apparel.jpg");
  border-radius: 300px;
  position: relative;
  margin: 0 auto;
  top: 30px;
  border : 5px solid black;
}
#user
{
  font-size: 100px;
  color: black;
  font-family: sans-serif;
  text-align: center;
  padding-top: 25px;

}
#username
{
  font-size: 40px;
  color: black;
  font-family: sans-serif;
  text-align: center;
}
#numofresp
{
  font-size: 25px;
  color: black;
  font-family: sans-serif;
  text-align: center;
}
.response {
  text-align: center;
}
.question
{
  text-align: center;
  font-size: 20px;
  font-family: fantasy;
  color: blue;
}

textarea {
 width: 750px;
 height: 175px;
}
#coverback
{
  background-color: #d3d3d3;
}
