@font-face{
  font-family: Inter;
  src:url(/static/fonts/Inter-Regular.eot);
  src:local(Inter),url(/static/fonts/Inter-Regular.ttf);
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body
{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  /* border: none; */
  outline: none;
  /* or 147% */

   color: #314057;
   height: 100%;
}
#wrapper
{
    position: relative;
    min-height: 92%;
    display: flex;
    align-items: center;
}

#footer,
#header
{
    height: 7%;
    padding: 1%;
    width: 100%;
}
#header
{
    display: flex;
    justify-content: space-between;
}
#header div
{
    width: 50%;
}
#user p
{
    float: right;
    white-space: nowrap;
    margin-right: 5%;
}
#user p a
{
    margin-left: 5%;
}

#footer
{
    position: absolute;
    bottom: 0;
}

#footer p
{
    width: 100%;
    text-align: left;

}
.container
{
    height: 97%;
}
#send-btn
{
    right: 1%;
    position: absolute;
    bottom: 1%;
}

.send-btn
 {
    border: none;
    display: block;
    right: 1%;
    position: absolute;
    width: 160px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-color: white;
    border-radius: 25px;
    padding: 0 10px;
    cursor: pointer;

 }
 .send-btn:hover
 {
 box-shadow: 0 14px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 }
 .send-btn:active
 {
 box-shadow: 0 3px 2px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 }
 #send-btn p
 {
    text-align:center;
    line-height: 40px;
    margin-bottom: 0;

 }
#help
{
    position: absolute;
    bottom: 1%;
    right: 1%;
    display: block;
}
.answer-block
{
    background-color: #E3EDF7;
    position: relative;
}
#menu a
{
    margin-right: 3%;
}

.form-control
{
    width: initial;
}