html, body{
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
    overflow: hidden;
}
body{
    background-color: rgb(2,59,104);
}
#content{
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    
}
#iholder{
    display: block;
    width: 80%;
    height: 80%;
    background-image: url(../img/hpaq.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    margin: 5% auto;
}
#footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    color: #fff;
    text-align: center;
}
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
a:active{
    color:  #fff;
    text-decoration: none;
}