body {
  background-image: url('LoneWolf.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  color: whitesmoke; 
  margin: 0; 
  padding: 0;
}

header {
  background-color: #333;
  padding: 20px 0;
  text-align: center;
}

main {
  padding: 20px;
}

nav {
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

nav ul li a:hover {
  color: #ffcc00;
}

h1, h2 {
  color: #0f8ae2;
  text-align: center;
}

p {
  text-align: center;
  color: lightgreen;
}

ul{
  list-style: none;
  color: #fff;
  text-align: center;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
