*{
margin:auto;
}

.tool-wrap{
padding:60px 0;
}

h1{
text-align:center;
font-size:42px;
margin-bottom:10px;
}

.subheading{
text-align:center;
margin-bottom:35px;
color:#666;
}

.tool-box{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.upload-box{
border:2px dashed #2563eb;
padding:40px;
text-align:center;
border-radius:15px;
background:#eff6ff;
}

.upload-box i{
font-size:60px;
color:#2563eb;
margin-bottom:15px;
}

input[type=file]{
margin-top:15px;
}

.settings{
margin-top:25px;
}

select,
button{
width:100%;
padding:14px;
margin-top:12px;
border-radius:10px;
border:1px solid #ddd;
font-size:16px;
}

button{
background:#2563eb;
color:#fff;
border:none;
cursor:pointer;
font-weight:bold;
}

button:hover{
background:#1d4ed8;
}

#status{
margin-top:20px;
font-weight:bold;
}

#downloadBtn{
display:block;
margin-top:20px;
text-align:center;
background:#16a34a;
color:#fff;
padding:14px;
border-radius:10px;
text-decoration:none;
}

.seo-content{
margin:50px auto;
line-height:1.9;
}

.seo-content h2{
margin:25px 0 10px;
}

@media(max-width:768px){
h1{
font-size:32px;
}
.tool-box{
padding:20px;
}
}