body {
    background: #fff8f1;
    font-family: Arial;
}

.card {
    border-radius: 18px;
}

.btn-warning {
    background: #ff9800;
    border: none;
}

.btn-warning:hover {
    background: #f57c00;
}

.timer {
    background: #ff9800;
    color: white;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: bold;
}

.form-check {
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-check:hover {
    background: #fff3e0;
}
.pilihan-jawaban{
    cursor:pointer;
    padding:12px;
    border:1px solid #ddd;
    border-radius:10px;
    transition:.2s;
}

.pilihan-jawaban:hover{
    background:#fff8db;
    border-color:#ffc107;
}