.hds-container {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    border: 2px solid #ff7f50;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff5ee;
}

.hds-container h2 {
    color: #ff4500;
    margin-bottom: 10px;
}

.hds-container button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background-color: #ff6347;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
}

.hds-container button:hover {
    background-color: #ff4500;
}

.hds-result {
    font-size: 18px;
    font-weight: bold;
    color: #ff4500;
    margin-top: 10px;
}
