body {
    background-color: #F5E6CC;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #5D4037;
}
.container {
    width: 80%;
    margin: auto;
    background: #FFF3E0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #8D6E63; 
}
h2 {
    font-size: 24px;
    text-align: center;
    color: #795548; 
}
p {
    font-size: 16px;
    text-align: justify;
}
.image-panel {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}
.image-panel img {
    width: 48%;
    height: auto;
    border-radius: 5px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #D7CCC8; 
}
th, td {
    padding: 10px;
    text-align: left;
}
