ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

li a:hover:not(.active) {
  background-color: #111;
}

h1{
		font-size: 200px;
		text-align: center;
	}

#text {
  position: fixed;
  top: 50px;
  left: 2px;
  background: white;
  padding: 10px;
  opacity: 1;
  transition: opacity 0.5s ease;
  font-size: 24px;
  cursor: pointer;
}

body
{
	height: 1000vh;
}
