
    body, html {
      margin: 0;
      padding-top: 10px;
      padding: 0;
      height: 100%;
      font-family: 'Arial', sans-serif;
      color: white;
      text-align: center;
      background: url('5fd0becce1f24b001d967b7a.jpg') no-repeat center center fixed;
      background-size: cover;
    }
    .overlay {
      background-color: rgba(0, 0, 0, 0.75);
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 20px;
    }
    h1 {
      font-size: 3.5rem;
      margin-bottom: 1rem;
    }
    p {
      font-size: 1.25rem;
      max-width: 700px;
    }
    .contact a {
      margin: 10px;
    }
 .seo-hid{
       position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
 }

    /* Responsive styles */
    @media (max-width: 768px) {
      h1 {
        font-size: 2.2rem;
      }
      p {
        font-size: 1rem;
        padding: 0 10px;
      }
      .btn {
        width: 90%;
        max-width: 300px;
        font-size: 1rem;
      }
      .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
                width: 100%;
      }
    }