@import url('https://fonts.googleapis.com/css2?family=Macondo&display=swap');





body




{
    


    background-color: rgb(7, 15, 15);
    color: rgb(128, 0, 255);
    text-align: center;

    cursor: url('New\ Piskel\ \(4\).png'), auto;


  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;

  font-size:x-large;

H2{
    color: chartreuse;
}
h3{
    color: darkorchid;
}


}

