/* Custom Styles */
body {
    font-family: Arial, Helvetica, sans-serif;
}

.result {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

img {
    max-width: 100%;
    height: auto;
}

/* Back to Top Button Styling */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    padding: 10px;
}

#back-to-top:hover {
    background-color: #0056b3;
}
