






body {
background-image: url('images/background.jpg');
 background-repeat: no-repeat; 
 background-attachment: fixed;
 background-size: cover;
}	
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #69003d;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 60px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
h1{
    font-size:40px; 
	text-align:center;
    color:white;
	margin-top: -5px;
	}
h3{
    font-size:64px; 
	text-align:center;
    color:white;
	margin-top: -5px;
	}

p [
font-size: 50px;
	color: white;
]
