* {
 margin: 0;
} 
 
 #hero {
   align-items: center; 
   display: flex;
   justify-content: center;
} 


 hl{
   position: absolute;
   color: white;
   vertical-align: center;
   font-family: 'Rubik';
}
 #hero img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  overflow: hidden;
}

li {
   display: inline;
   padding: 0 10px;
}
  
 ul {
   width: 60%;
   margin: auto;
   padding: 0px;
   
}

.navbar { 
  width: 100%; 
  height: 40px;
  background-color: purple; 
  text-align: center;
  display: flex;
} 
 
 
a {
  text-decoration: none;
   color: inherit;
 
}
 
 a:hover {
 color:red;
}
 