body {
    background-color: #f8f9fa;
   font-family: "Kumbh Sans", sans-serif;
}

h1 {
    font-size: 2rem;
    color: #343a40;
}

#analysis-result {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
