body,
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#api_hlogo h1 {
  margin-top: 15px;
	margin-left: 40px;
	width: 200px;
  height: 72px;
	background: url(../img/hlogo.png) no-repeat left top;
}

#api_header {
  display: flex;
}

#api_title {
  margin-left: 40px;
}

footer {
  margin-top: auto;
}

.li_pdf {
  height:1220px;
}