   .site-title,
   .site-description,
   .entry-title {
       display: none;
   }

   .creative-nudges-header2 {
       font-size: larger;
       font-weight: bold;
       font-style: italic;
   }

   .creative-nudges-button,
   .forminator-button,
   .forminator-button-submit,
   .buttonContactSubmit {
       background: #a1dcf7;
       font-weight: bold;
       color: black;
       padding: 10px 20px;
       border: none;
       box-shadow: none;
       border-radius: 10px;
       cursor: pointer;
   }

   .creative-nudges-button a:hover {
       text-decoration: none;
       font-weight: bold;
       color: red;
       background: pink;
   }

   .creative-nudges-link {
       background: #a1dcf7;
       font-weight: bold;
       color: black;
       padding: 10px 20px;
       border: none;
       box-shadow: none;
       border-radius: 10px;
       cursor: pointer;
   }

   .creative-nudges-input {
       background: #a1dcf7;
       font-weight: bold;
       color: black;
       padding: 10px 20px;
       box-shadow: none;
       border: none;
       border-radius: 10px;
       cursor: pointer;
   }

   .creative-nudge-menu {
       float: right;
       text-align: right;
   }

   .creative-nudges-wp-button {
       height: 40px !important;
       width: 160px !important;
   }

   .creative-nudges-store-amounts {
       padding-right: 30px;
       padding-left: 20px;
       margin-right: 30px;
       vertical-align: top;
   }

   .card {
       width: 100% !important;
       height: auto !important;
       margin-right: 10px;
   }