body {
	background-image: url("https://storage.cloud.google.com/projects.codecraftworks.com/web/Zpz2htQxIcYCj64PgkCh/assets/large_Grilled-Fish-Tacos.jpg");
  background-position: 100% 0%;
  background-repeat: no-repeat;
  height: 300px;
}

.container {
	border: 2px solid orange;
  height: 75vh;
}

.navbar {
	border: 2px solid red;
	height: 85px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-items {
	color: 1px solid black;
  padding: 0;
  list-style: none;
}

.nav-items li {
	float: left;
  padding: 10px;
}

.center-element {
	color: black;
  font-size: 20px;
  border: 1px solid;
  width: 500px;
  height: 400px;
  text-align: center;
  margin: auto;
  margin-top: 20vh;
}