header{
  display:flex;
  flex-direction:row;
  background-color:#5665B6;
  width:100%;
  box-sizing:border-box;
   border:2px Solid black 
}
body {
  display:flex;
  flex-direction:column;
  background-color: #99B0E4 ;
  color: black;
  font-family: Verdana;
  margin:0px;
  padding:0px;
  flex-grow:1;
  min-height:100Vh;
   border:2px Solid black 
}
.Lotus{ 
  display:flex;
  margin-top:auto;
  justify-content:flex-Start;
  align-Self:flex-Start;
  border:2px Solid black;
  Z-index:1;
}
body h1{
  display:flex;
  margin-bottom:auto
  
  align-items:top;
   border:2px Solid black;
  align-self:center;
  color:#5665B6;
}
header h1{
  Color:#99B0E4;
}
.Lotus img{
  padding:0PX;
  align-items:flex-end;
  justify-content:end;

  Z-index:-1;
}
