body {
  background-color: lightblue;
}
.active {
  background-color: #04AA6D;
}
h2{
    font-family:Arial;
    color:Black;
    font-size:40px;
    text-align:center;
    padding:15px;
}
h1{
    font-family:Arial;
    color:Black;
    font-size:36px;
    text-align:center;
    padding:15px;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul li {
  float: left;
}

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

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: royalblue;
}
ul {
  position: fixed;
  top: 0;
  width: 100%;
}
.hfh {
  background-image: url("img/people.jpeg");
  padding-bottom:100px;
}
 p {
     width:400px;
 }
table {
  width: 90%;
  text-align:center;
}

td {
  text-align:center;
}
.text{
    color:white;
    font-size:25px;
    text-align:center;
    padding-left:40px;
    padding-right:40px;
}
h4{
    text-align:center;
    color:white;
    font-size:25px;
}
.haha{
    Padding:60px;
    text-align:center;
    font-size:25px;
}
ol{
    text-align:center;
    font-size:30px;
}