body{
  background-color:lightblue;
  }
  
ul{
  list-style:none;
    padding:1px;
  }
  
li::before{
  content:"✧";
  }
  
a {
  text-decoration:none;
  color:purple;
  }
  
a:hover{
  color:violet;
  }