.heading {
  display:flex;
  position: absolute; 
  left:0px;
  top:0px;
  justify-content:center;
  align-items:center;
  text-align:center;
  border:2px solid #61b8ff;
  width:800px;
  background-image:url("../Backgrounds/aero1.jpg");
  background-size:cover;
  height:150px;
  font-family:"daydream";
  font-size:20px;
  margin:0;
  z-index:1;
}
@font-face {
   font-family: "daydream";
   src: url("Fonts/Daydream.ttf");
}