
body {
  background-image: url('water.gif');
  scale: 1;
  color: white;
  font-family: 'Comic Sans MS', cursive;
  text-align: left;
  text-shadow: 2px 2px 2px #000000 ;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
  
  
  a:link {
  color: violet; /* Unvisited links are blue */
  

}

a:visited {
  color: darkviolet; /* Visited links are purple */
}

a:hover {
  color: white; /* Links turn red on hover */
}

a:active {
  color: violet; /* Links turn orange when active */
}

ul {
  list-style-type: none; /* Removes the bullet points */
  padding: 0;            /* Optional: Removes default left indentation */
  margin: 0;             /* Optional: Removes default margins */
}
  
}