
.container {
    /* background-color: #3B4252; */
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.implant-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.prediction {
    color: white;
    background-color: #4C566A;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.confidence-level {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.implant-details {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.question {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
.btn-custom {
    background-color: #88C0D0;
    color: #2E3440;
    width: 100px;
}
.download-btn {
    margin-top: 20px;
    background-color: #81A1C1;
    color: #2E3440;
}
