head {
  background: url("wallpaper.jpg") no-repeat center center fixed;
  background-size: cover;
}
body {
  background-color: black;
}
.header {
  background-color: #333333;
  color: aqua;
  height: 110px;
  width: 1024px;
  line-height: 110px;
  margin-bottom: 10px;
  text-align: center;
}
.head {
  display: inline;
}
.head, h1 {
  padding-right: 100px;
}
.head, h4 {
  padding-left: 100px;
}
.navbar {
  background-color: #333333;
  color: aqua;
  width: 1024px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 30px;
}
li:hover {
  background-color: lime;
}
a {
  color: red;
  text-decoration: none;
}
.mar {
  margin: 10px;
}
.two {
  background-color: #333333;
  color: aqua;
  width: 1024px;
  height: 420px;
  text-align: center;
  margin-top: 0px;
}
.h1 {
  font-size: 2em;
}
.h2 {
  font-size: 1.5em;
}