.ict-container{
max-width:500px;
margin:60px auto;
padding:20px;
background:#fff;
border-radius:8px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
font-family:Arial;
}

.ict-container h2{
text-align:center;
}

.ict-container input{
width:100%;
margin-top:10px;
padding:8px;
}

.ict-container button{
width:100%;
margin-top:15px;
padding:10px;
background:#0073aa;
color:#fff;
border:none;
cursor:pointer;
border-radius:5px;
}

.ict-container button:hover{
background:#005177;
}

#preview{
max-width:100%;
margin-top:20px;
}

#download{
display:block;
margin-top:15px;
background:#28a745;
color:white;
padding:10px;
text-align:center;
border-radius:5px;
text-decoration:none;
}

.info{
margin-top:10px;
text-align:center;
}