body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 2em;
    background-color: #f4f4f4;
}

h1, h2 {
    color: #333;
}

#resize-form div {
    margin-bottom: 1em;
}

label {
    display: inline-block;
    width: 120px;
    margin-bottom: 0.3em;
}

input[type="text"],
input[type="number"],
select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 200px; /* Adjust as needed */
}

input[type="text"] {
     min-width: 400px; /* Wider for URL */
}


button {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

button:hover {
    background-color: #0056b3;
}

#result-container {
    margin-top: 2em;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#status {
    font-weight: bold;
    margin-bottom: 1em;
}

#resized-image {
    margin-top: 1em;
    border: 1px solid #eee;
}

small {
    display: block;
    color: #555;
    margin-left: 125px; /* Align with input */
    font-size: 0.85em;
}
