.text-female {
  color: #c85db0!important;
}

#content{
  position: relative;
}

#content .navbar-fixed-top{
  position: absolute;
}

#content .main-content{
  padding-top: 70px;
  max-height: calc(100vh - 70px);
  overflow: auto;

  /*move the 40px padding (and all bottom/top padding) of #content to .main_content instead */
  padding-bottom: 40px; 
}

