body {
    text-align: center;
    background-color: #40485b;
}

.container {
    position: relative;
    display: inline-block;
}

img {
    width: 100%;
    max-width: 1440px;
    display: block;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1440px;
    height: auto;
    pointer-events: none;
}

.hover-area {
    fill: rgba(142, 129, 93, 0);
    transition: fill 0.3s ease-in-out;
    pointer-events: all;
    cursor: pointer; /* Biến con trỏ thành hình bàn tay */
}

.hover-area:hover {
    fill: rgba(253, 229, 148, 0.5);
}
