/* postermaker.css */

/* General */
body {
    background-color: #f8f9fa; /* Light gray background */
    font-family: Arial, sans-serif;
  }
  
  /* Chat Window */
  .chat-window {
    background-color: #f5f5f5;
  }
  
  /* Live Preview */
  .preview-area {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }