@keyframes sunRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.woodcut-decoration {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    opacity: 0.85;
    mix-blend-mode: multiply;
}

.woodcut-carranca {
    bottom: -60px;
    right: 20px;
    width: 200px;
    height: 200px;
    background-image: url('file:///C:/Users/ghost/.gemini/antigravity/brain/d470ecf4-a334-4fb1-9fde-1878e4441230/xilo_carranca_sao_francisco_1771621753807.png');
    background-size: contain;
    background-repeat: no-repeat;
    filter: sepia(0.4) contrast(1.2);
    transform: rotate(-10deg);
}

.woodcut-bododromo {
    top: -80px;
    left: 20px;
    width: 250px;
    height: 200px;
    background-image: url('file:///C:/Users/ghost/.gemini/antigravity/brain/d470ecf4-a334-4fb1-9fde-1878e4441230/xilo_bododromo_1771621781433.png');
    background-size: contain;
    background-repeat: no-repeat;
    filter: sepia(0.3) contrast(1.1);
    transform: rotate(5deg);
}

.section-divider {
    height: 40px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='10' viewBox='0 0 40 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5 Q 10 0 20 5 T 40 5' stroke='%231A1A1A' fill='none' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    margin: 20px 0;
    opacity: 0.5;
}