.atoz-tool-291 {
font-family:'Poppins';
background:#eef2ff;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
}.atoz-tool-291 .container {
background:white;
padding:25px;
border-radius:10px;
width:350px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
text-align:center;
}.atoz-tool-291 input {
width:100%;
padding:10px;
margin:10px 0;
border-radius:6px;
border:1px solid #ccc;
}.atoz-tool-291 button {
background:#6366f1;
color:white;
padding:10px;
border:none;
border-radius:6px;
width:100%;
}.atoz-tool-291 #result {
margin-top:10px;
font-weight:600;
}