
    #texte {
      font-family: georgia;
    }
  body {
  width:100%;
  height:100%;
  background-image: linear-gradient(to bottom, lightblue, lightcyan, aliceblue);
}
h1{
  text-align: center;
}
button {
  background-color:lightcyan;
  border:0px;
  color:indigo;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: url(pawfr.png),auto; 
}