.pg-container{
width:400px;
margin:40px auto;
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
text-align:center;
}

.pg-container h2{
margin-bottom:20px;
}

.output-box{
display:flex;
gap:10px;
margin-bottom:20px;
}

.output-box input{
flex:1;
padding:10px;
font-size:16px;
border:1px solid #ccc;
border-radius:5px;
}

.output-box button{
background:#28a745;
color:white;
border:none;
padding:10px;
cursor:pointer;
border-radius:5px;
}

.options{
text-align:left;
margin-bottom:20px;
}

.options label{
display:block;
margin:8px 0;
}

.generate{
width:100%;
padding:12px;
background:#ff7a18;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
font-weight:bold;
}

.generate:hover{
background:#ff5e00;
}