/* perseverance12.css */

/* Generic utility classes */
.w-100 {
    width: 100%;
}

/* Gap height classes */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h15 { height: 15px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Cursor styles for clickable elements */
.top_navbar_home,
#go-top,
.csr_ico_dl {
    cursor: pointer;
}