 html body {
    width: 1080px;
    height: 1920px;
}
 body{
     background-color: black;
 }
.headerAdBanner .footAdBanner{
    width: 1080px;
    height: 335px;
}
@font-face {
    font-family: HelveticaNeue-Condensed;
    src: url("../font/HelveticaNeue-Condensed.otf");
}
 @font-face {
    font-family: HelveticaNeue-Regular;
    src: url("../font/HelveticaNeue-Regular.ttf");
}
 #CreditInfoBar{
     width: 970px;
     height: 50px;
     font-family: HelveticaNeue-Condensed, serif;
     font-weight: bold;
     font-size: 20pt;
     display: flex;
     text-align: center;
     justify-content: space-between;
     flex-direction: row;
     border-left: 55px black solid;
     line-height: 50px;
 }
 .logo_foot{
     display: flex;
     padding-top: 20px;
 }
 .company_text{
     text-align: center;
     line-height: 30px;
     height: 30px;
     font-size: 18px;
 }
 .logo_zeal{
     height: 30px;
     width:  120px;
     margin-left: 5px;
 }
