.topImage {          background-position: bottom;   }

.topTitle {
    color: white;
    /*font-size: 3.5rem;
    /*text-align: center;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */  
}

/* Add this new style for the custom cursor */
#text, #options {
    cursor: url('/assets/icons/highlighter-cursor.svg') 2 2, auto;
}

/* Highlight in yellow For Firefox */
::-moz-selection {
    background-color: rgba(255, 255, 0, 0.5);
    
}

/* Highlight in yellow For WebKit browsers (Chrome, Safari, Edge) */
::selection {
    background-color: rgba(255, 255, 0, 0.5);
    
}
