body {
  background-color: #FFECEF;
  text-indent: 1em;
}

h1 {
  font-family: "Lucida Console", "Courier New", monospace;
  color: #372948;
}

ul, li { 
    margin: 5px 5px;
    text-align: left;
    padding: 10px;}

a {
   font-family: "Lucida Console", "Courier New", monospace;
   font-size: 18px;
   text-decoration: none;
   color: #372948;
}

a:hover {
    text-decoration: underline;
    color: #FF9494;
    transition:color .3s ease-out, background 5s ease-in;
}
