body {
    background-color: #7F7F7F;
    color: #250E0E;
    font-family: arial;
    font-size: 27px;
}
/* Unvisited link */
a:link {
  color: #0a0258; 
  text-decoration: none; /* Removes the default underline */}
  /* Mouse over link */
a:hover {
  color: #3F3B66;
  text-decoration: none; /* Adds an underline on hover */
}
img {
  opacity: 1;
}