body {
  font-family: monospace;
  font-size: 21px;
  background: #eaeaea;
  color: black;
}

p {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

a:visited {
  color: purple;
}

a:hover, a:active, a:focus {
   color: #777777; /* Changed from lightgray for better contrast */
}

#navigation {
  background-color: grey;
  overflow: hidden;
  color: #f2f2f2;
  text-align: justify;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
 
}


#navigation a {
  float: left;
  padding: 14px 16px;
  color: #f2f2f2;
  text-align: justify;
  text-decoration: none;
  font-size: 17px;
}
