body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
    background-color: #333; /* Darker background color */
    color: #fff; /* Optional: Change text color to white for better contrast */
}

img {
    margin: 20px 0;
}

select {
    padding: 5px;
    margin: 10px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 20px;
}

#imageDiv {
    height: 480px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
#result {
    font-size: 18px;
    margin-top: 20px;
}
