.hsbp-container {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    font-family: Arial, sans-serif;
    border: 2px solid #f7b7a3;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff5f0;
}

.hsbp-container h2 {
    color: #e57373;
    margin-bottom: 20px;
}

.hsbp-container button {
    padding: 12px 25px;
    font-size: 16px;
    background-color: #f7b7a3;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: white;
}

.hsbp-container button:hover {
    background-color: #e57373;
}

.hsbp-result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #e57373;
}
