/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 5.5rem;
}

.navbar{
	background-color: white;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px
}

h2{
	font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.31;
    letter-spacing: 1px;
	
}

.btn{
	cursor: pointer;
}

.form-debt {
  max-width: 550px;
  padding: 15px;
  margin: 0 auto;
}

.parent {
  width: 300px;
}

#agent-pic {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
