.head { background-color: #080808;
	display: flex;
	color: white;
	position: sticky;
	top: 0;
	padding: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.menu1 { width: 33%;
	
}

.menu2 { width: 50%;
	text-align: center;
}

.menu3 { width: 33%;
	text-align: right;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: white;
}

.banner {
	background-image: url("1.jpg");
	height: 100vh;
}