h1 {text-align: center;}

a {
    color: black;
}

body { background-color:blanchedalmond;
   

}

a:hover {
    color: rgb(166, 0, 255);
  }