html, body, * {
    cursor: url('d.png'), auto !important;
}

html.scroll-mode, body.scroll-mode, .scroll-mode * {
    cursor: url('c.gif'), grabbing !important;
}

.o {
    position: absolute;
    top: 500%;
    left: 500%;
}

.titulo {
    margin-left: -6%;
}

.eva {
    width: 300px;
    height: 200px;
    animation: girar 10s linear infinite;
    margin-top: 34%;
    margin-left: 18%;
}

@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
