  .wpmonster-pwa {
    background: rgba(0, 0, 0, 0.87);
}
  
  @media (max-width: 768px) and (min-width: 200px) {
      
  .wpmonster-pwa > div > p {
    color: #111;
  }
  
    .installmessage_ios,
  .installmessage_android {
    background: #f5f5f5;
    color:#111;
  }
  
    .installheader {
    background: #333;
    color: #fff;
  }
  
    .wpmonster-pwa-close {
    color: #666;
  }
  
    .wpmonster-pwa-plc i {
    background: #f5f5f5;
  }
  
    .wpmonster-pwa > div {
    background: #fff;
    color: #111;
  }
  }