body{
    background-color: rgb(44, 42, 42);
}
    ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0a0a0a
}
li {
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover:not(.active) {
  background-color: #454141;
}
.active {
  background-color: #04AA6D;
}
h1{
    color: white;
}
h1{
    text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p{
    text-align: center;
}
p{
    color: white;
}