html,body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    overflow: hidden;
    margin: 0px auto;
    height: 100%;
}
.section_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section_header {
    height: 80px;
    padding: 13px 25px;
}
.section_content {
    flex: 1;
    overflow: auto;
    background: #fff;
}
.section_content h1,.section_content h2,.section_content p{
  color: #777;
  text-align: center;
}
.section_footer {
    height: 60px;
    padding: 9px 0;
    position: relative;
}

.section_header, .section_footer {
  background-color: #43464b;
}

.bootom_logo_box{
    position: absolute;
    right: 25px;
    top: 15px;
}

a {
  color: #00B7FF;
}
