.ict-container{

max-width:600px;
margin:40px auto;
padding:30px;
background:#ffffff;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
text-align:center;

}

.ict-container h2{

margin-bottom:20px;
font-size:28px;

}

#ict-upload{

margin:20px 0;

}

.ict-controls{

margin:20px 0;

}

#ict-compress-btn{

background:#4CAF50;
color:white;
border:none;
padding:12px 25px;
border-radius:6px;
cursor:pointer;
font-size:16px;

}

#ict-compress-btn:hover{

background:#43a047;

}

#ict-download{

display:none;
margin-top:20px;
padding:10px 20px;
background:#2196F3;
color:white;
text-decoration:none;
border-radius:5px;

}

canvas{

margin-top:20px;
max-width:100%;

}

@media(max-width:600px){

.ict-container{

padding:20px;

}

}