body{cursor: url(https://cdn.custom-cursor.com/db/cursor/32/Screamin_Green_Pixel_Cursor.png), default !important;}

a{cursor: url(https://cdn.custom-cursor.com/db/pointer/32/Screamin_Green_Pixel_Pointer.png), pointer !important;}


.ck-content{opacity: 0.9;}


#particles-js {
    position: fixed; /* Faz o fundo ficar fixo */
    top: 0;
    left: 0;
    width: 100%; /* Ocupa toda a largura da tela */
    height: 100%; /* Ocupa toda a altura da tela */
    z-index: -1; /* Coloca o fundo atrás de outros elementos */
    background-color: #000;
}