    body { 
      font-family: Arial, sans-serif;
      max-width: 600px;
      margin: 50px auto;
      text-align: center;
      background-color: #9dfa9b;

    }


    h1 { color: #333; }
    select, button {
      padding: 10px 20px;
      font-size: 18px;
      margin: 12px;
      cursor: pointer;

    }


    button {
      background-color: #4CAF50;
      color: white;
      border: none;
      border-radius: 6px;

    }


    #joke-box {
      margin-top: 25px;
      padding: 15px;
      background: white;
      border-radius: 15px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      min-height: 100px;

    }

    
    #setup    { font-size: 18px; font-weight: bold; color: #333; }
    #punchline { font-size: 18px; color: #4CAF50; margin-top: 15px; display: none; }