#body {color: black; }
#h1 {color: green;}
#p {color: #23c7e2;}
#html { background-color: black; }
:root {
  background-color: #181818;
  text-align: center;
  color: #23c7e2;
  margin: 0;
      font-family: Verdana, Ge
}
                              
h1 {
  color: #50fa7b;
  text-align: center;
}
                              
h1 a {
    color: inherit;
    text-decoration: none;
}
                              
h1 a:hover {
    color: inherit;
    text-decoration: underline
}
                              
a:hover {
  color: #6272a4;
}
                              
.navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  list-style: none;
}
                              
.navbar li {
  background-color: #23c7e2;
  padding: 0.5rem;
}
                              
.navbar li:hover {
  background-color: #50fa7b;
}
                              
.navbar li a {
  text-decoration: none;
  color: #181818;
}
                              
footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
                              
.content {
    width: 40vw;
  margin: 4rem;
      margin-left: auto;
          margin-right: auto;
  }
