body {
	background-image: url("https://images.unsplash.com/photo-1525333045628-55625a2c385f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2089&q=80");
  background-position: 40% 0%;
  background-repeat: no-repeat;
}

.container {
	border: 1px solid green;
  height: 100vh;
}

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

.nav-items {
	color: white;
  padding: 0;
  list-style: none;
}

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

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