* {
	margin: 0;
}

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

h1 {
	position: absolute;
	color: white;
  vertical-align: center;
  font-family: 'Poiret One';
}

#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: #29b8ff;
  text-align: center;
  display: flex;
}

a {
	text-decoration: none;
  color: inherit;
}

a:hover {
	color: white;
}









