/* This goes in your style.css file */
body {
  background-color: #CDD6DD; /* Change background color */
  color: #333;               /* Set default text color */
  body {
  font-family: Verdana, Geneva, sans-serif;
}
   /* Choose a font */
  padding: 20px;
}

h1 {
  color: maroon;             /* Style your main heading */
  text-align: center;
}

a {
  color: blue;               /* Style your links */
  text-decoration: none;
}

a:hover {
  color: red;                /* Color change when hovering */
}
/* Sets the background and font for the whole page */