.background-image {
	background-color: black;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: -1;
}

nav {
	background-color: black;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

li {
	margin: 0 20px;
}

a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
  font-size: 15px;
}

a:hover {
	background-color: #ddd;
	color: black;
}

.p1 {
  text-align: center;
  margin: auto;
  padding: 90px;
  padding-top: 200px;
  color: white;
  font-size: 24px;
  width: 900px;


}

.p2 {
  text-align: center;
  margin: auto;
  padding: 90px;
  padding-top: 430px;
  color: white;
  font-size: 24px;
  width: 800px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 5px;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 950px;
}



.container img {
  width: 23%;
  height: 400px;
  width: 400px;
  margin: 0 5px;
  border-radius: 5px;
  
}