body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

h1 {
    margin-top: 20px;
}

#apiForm {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

#results {
    margin-top: 20px;
    max-width: 600px;
    text-align: left;
}

#results p {
    background: #e9e9e9;
    padding: 10px;
    border-radius: 5px;
}
