body {
    background-image: url("assets/img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; /* Penting untuk menyesuaikan ukuran layar */
    background-position: center; /* Opsional: agar gambar selalu di tengah */
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #333;
    font-family: "Arial", sans-serif;
    margin-top: 20px;
}

.dropzone-inner {
    max-width: 650px;
    max-height: 100%;
    padding: 20px;
    margin: 20px auto;
    border: 2px solid #333;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    /* padding: 5px; */

    background-color: rgba(255, 255, 255, 0.8);
    /* Transparent background */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Shadow effect */
}

a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* .drop-cell {
    min-width: 100px;
    min-height: 100px;
    border: 2px dashed #aaa;
} */

.drop-cell.dragover {
    background-color: #e0f7fa;
}

.drop-cell img {
    max-width: 50px;
    max-height: 50px;
}

th,
td {
    border: 2px solid #c9633b;
    padding: 8px;
}
table {
    border-collapse: collapse;
    margin: 10px auto;
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: justify;
}

img {
    width: 30px;
    height: 30px;
}

h2 {
    margin: 0;
    padding: 0;
}

button {
    background-color: #c9633b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
button:hover {
    background-color: #b0522a;
}

ol {
    width: 600px; /* Samakan lebar dengan paragraf */
    margin-left: 0; /* Hapus margin kiri */
    padding-left: 0; /* Hapus indentasi bawaan */
    list-style-position: inside; /* Buat "A." sejajar dengan isi */
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.fruit-box {
    margin-bottom: 10px;
}
.fruit {
    font-size: 24px;
    cursor: grab;
    display: inline-block;
    margin-right: 10px;
}
.drop-target {
    min-height: 40px;
    border: 1px dashed #ccc;
    padding: 5px;
}

ul {
    list-style-type: decimal;
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    width: 600px;
    text-align: justify;
    padding-left: 0;
}

li {
    margin-top: 20px;
}

.back-button {
    margin-top: 30px;
}
.status {
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}
