
      html,
      body {
        font-family: "Poppins", sans-serif;
        font-weight: bold;
      }

      .card-container {
        background-color: #2d333b;
        max-width: 600px;
        margin: 10px auto;
        border-radius: 0px;
        padding: 20px;
        margin-top: 20px;
        position: relative;
        /* background-image: linear-gradient(to right top, #e5aa4e, #f58f54, #fc7367, #f75b83, #e150a3); */
        background: #0a3017;
        /* background: linear-gradient(45deg, rgba(24, 153, 205, 1) 0%, rgba(84, 176, 54, 1) 35%, rgba(244, 152, 23, 1) 100%); */
      }

      .user-name {
        color: #388e56;
        font-weight: bolder;
        font-size: 180%;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
      }

      .designation {
        color: #0a3017;
        font-size: 100%;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bolder;
      }

      .about-me-head,
      .contact-me-head {
        color: #388e56;
        font-size: 150%;
        letter-spacing: 1px;
        text-align: left;
        margin-top: 50px;
        text-transform: uppercase;
      }

      .about-me-info {
        margin-top: 15px;
        font-weight: normal;
        color: #000000;
        font-size: 100%;
        text-align: justify;
        letter-spacing: 1px;
      }

      .contact-me-info {
        margin-top: 15px;
        color: #000000;
        font-size: 100%;
        text-align: justify;
        letter-spacing: 1px;
      }

      .about-me-info div {
        margin-top: 10px;
        letter-spacing: 1px;
      }

      .about-me-info div i {
        margin-right: 5px;
        text-align: center;
        padding: 10px;
        color: #388e56;
      }

      .about-me-info div a {
        color: #388e56;
      }

      .follow-me {
        list-style: none;
        margin: 0px;
        padding: 0px;
      }

      .follow-me li {
        display: inline-block;
        padding: 15px 5px;
      }

      .follow-me li a {
        font-size: 180%;
        color: #666666;
      }

      .web {
        color: #2d333b;
        font-size: 100%;
        letter-spacing: 2px;
        width: 50%;
        float: left;
        display: table;
        margin-top: 50px;
        margin-bottom: 10px;
      }

      .image {
        background-color: #fff;
        height: 240px;
        width: 240px;
        border-radius: 200px;
        margin: 30px auto;
        margin-top: -170px;
        /* box-shadow: 0px 0px 10px #f2f2f2 */
        border: 1px solid #f2f2f2;
        /* background-image: linear-gradient(to right top, #e5aa4e, #f58f54, #fc7367, #f75b83, #e150a3); */
      }

      .info {
        color: #333333;
        font-size: 75%;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 10px;
        text-transform: uppercase;
      }

      .photo {
        padding: 5px;
        max-width: 100%;
        border-radius: 100%;
      }

      .followus {
        width: 50%;
        float: left;
      }

      .qrcode {
        width: 50%;
        float: right;
        text-align: right;
      }
      .url-link-left {
        text-align: left;
        width: 50%;
        bottom: 20px;
        margin-top: 30px;
      }
      .url-link-right {
        text-align: right;
        width: 50%;
        bottom: 30px;
        margin-top: 30px;
      }

      @media screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
        .url-link-left {
          text-align: center;
          width: 100%;
          bottom: 20px;
          margin-top: 30px;
        }
        .url-link-right {
          text-align: center;
          width: 100%;
          bottom: 30px;
          margin-top: 30px;
        }
        .about-me-info {
          text-align: justify;
        }
        .followus {
          width: 100%;
          float: left;
        }

        .qrcode {
          width: 100%;
          text-align: center;
        }

        .follow-me {
          list-style: none;
          margin: 0px;
          padding: 0px;
          text-align: center;
        }

        .image {
          background-color: #fff;
          height: 180px;
          width: 180px;
          border-radius: 200px;
          margin: 20px auto;
          margin-top: 0px;
        }

        .card-container {
          margin: 10px;
          border-radius: 0px;
          padding: 10px;
          margin-top: 10px;
        }

        .user-name {
          font-size: 150%;
        }

        .about-me-head,
        .contact-me-head {
          font-size: 130%;
          text-align: center;
        }

        .image {
          margin-top: 50px;
          margin-bottom: 20px;
        }
      }

      .social-icon {
        font-size: 36px;
        width: 36px;
      }

      .social-icon-small {
        font-size: 24px;
        width: 30px;
      }

      .social-icon-small {
        font-size: 24px;
        width: 30px;
        color: #388e56 !important;
      }

      a {
        color: #666666;
      }

      a:hover {
        color: #2d333b;
      }

      .card-container-inner {
        background-color: rgba(255, 255, 255, 1);
        border: 10px solid #fff;
        padding: 25px;
        margin-top: -50px;
      }
      .sticky {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        height: 48px;
        width: 100.5%;
        padding: 12px;
        background: #0a3017;
        text-align: center;
        color: #ffffff;
      }
        .sticky:hover {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        height: 48px;
        width: 100.5%;
        padding: 12px;
        background: #164727;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
      }