header{
    height: 30%;
    width: 100%;
    font-size: 20px;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0.5613203289128151) 0%, rgba(19,30,138,1) 44%, rgba(22,65,213,0.7573987602853641) 97%);
}

header table{
    height: 30%;
    width: 100%;
}

#header_2{
    text-align: center;
    color: #ffffff;
}

header table img{
    height: 100px;
    width: auto;
}

#header_img_1{
    float: left;
}

#header_img_2{
    float: right;
}

footer {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.5613203289128151) 0%, rgba(19,54,138,1) 44%, rgba(22,52,213,0.7573987602853641) 97%);
    text-align: center;
    font-size:11px;
    position: fixed;
   left:0px;
   bottom:0px;
   margin-top:15px;
  width: 100%;
  height: auto;
  color: white;
}