html, body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("https://cdn.wallpapersafari.com/66/87/YWhEzr.jpg");
background-size: cover;
}

/* div{
  font-family: Playfair Display,serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: rgb(119, 13, 133);
} */
h1{
  font-family: Playfair Display,serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color:black;  
  background: linear-gradient(
    to right, #6021f3, #08f7ff,
     #6e23cf, #4744ee);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}

h2{
  margin-top: -10px;
  font-family: Playfair Display,serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: black;
  background: linear-gradient(
    to right, #6021f3, #08f7ff,
    #6e23cf, #4744ee);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
canvas {
width:10
   display: block;
  }
 
