  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(https://images.unsplash.com/photo-1650220796556-22f512aec67f);
  }

  .pt-serif-regular {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
  }

  .pt-serif-bold {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
  }

  .topData {
    text-align: center;
  }
  .topData button{
    font-size: 28px;
  }


  .topData h2 {
    font-size: 36px;
    font-weight: 800;
    color: aliceblue;
    font-family: sans-serif;
  }

  @media (max-width : 768px) {
    .topData h3 {
      font-size: 22px;
    }

    .topData h2 {
      font-size: 30px !important;
    }

    .contact h4 {
      font-size: 20px;
    }

    .contact a {
      font-size: 16px;
    }
  }