nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 5px;
  z-index: 9999; /* Very high so it stays above images */
}
.project{
  margin: 50px;
}
input{
  width: 50px;
  color: white;
  background-color: black;
  
}