body{
    background-color:black;
    display:flex;
    justify-content:center;
    background-image:url('https://www.clipartbest.com/cliparts/acq/67A/acq67Aezi.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:top;
    flex-direction:column;
    align-items:center;
  }
  h1{
    color:white;
  }
  
  * {
    font-family: "Cactus Classical Serif", serif;
    font-weight: 400;
    font-style: normal;
  }
  