body {
  background-image: url("stars.jpg");
}

.star {
  width: 400px;  
  height: 350px;
  background: #F8CA00;
  clip-path: polygon(50% 0,79% 90%,2% 35%,98% 35%,21% 90%);
  margin: 50px auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}


a {
  cursor: url("UFOSprite.png"), crosshair;
  color: magenta;
  text-decoration: none;
  margin-top: 10px;
  padding: 100px 50px;
  
}

a:hover {
}