body {background: black;}
h1 {
  color: white;
  font-size: 100px;
}
fluids {
    color: blue;
}
.vision h2 {
  color: blue;
  text-align: center;
  font-size: 50px;
}
img {
  max-width: 100%;
}
p {color: blue;
text-align: center;}
p1 {
  color: aqua;
  font-size: 35px;

  text-align: center;
}
f1 {
  color: aqua;

   }
f2 {
  color: aqua;

}
div {
  align-items: center;
  position: stretch;
  max-width: ;
  max-height: ;
   }
.grid-container {
  display: inline-grid;
  grid-template-columns: 50% 50%;
}
.grid1 {
  display: flex;
  justify-content: center;

}
.statement {
  font-size: 45px;
}
.footer {
  max-width: 100%;
  display: flex;

  position: absolute;
  bottom: 0;
}
.support {
  text-align: center;
}
.footer-right {
  display: flex;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-left{
  display: flex;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
