
<style> 
html {
  font-family: Georgia, serif;
  background-color: gray;
  color: lavender;
}
  color: powderBlue;
  text-decoration: underline;
}
a:visited {
  color: plum;

h1 {
  font-family: 'Indie Flower', cursive;
  font-size: 38px;
  color: lavenderBlush;
  text-decoration: underline;
}

}
h3 {
  font-family: 'Century Gothic', sans-serif;
  font-size: 18px;
}

a {
  color: lavenderBlush;
  text-decoration: none;
}
a:hover {