.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: ; /* Cor de fundo opcional */
}
.light {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(138, 8, 8, 0.4); /* Cor da luz #f0f OU #8A0808 */
    pointer-events: none;
    transition: transform 0.1s ease-out;
}
