.pct-container{

max-width:650px;
margin:40px auto;
padding:30px;
background:#ffffff;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
font-family:Arial;
text-align:center;

}

.pct-container h2{

margin-bottom:25px;
font-size:28px;

}

.pct-box{

margin-bottom:25px;

}

.pct-box input{

width:120px;
padding:10px;
margin:10px;
border-radius:6px;
border:1px solid #ddd;

}

.pct-box button{

padding:10px 20px;
background:#2e7dff;
border:none;
color:white;
border-radius:6px;
cursor:pointer;

}

.pct-box button:hover{

background:#1c63d6;

}

.pct-box p{

margin-top:10px;
font-size:18px;
font-weight:bold;

}

@media(max-width:600px){

.pct-box input{

width:90px;

}

}