/* Height utilities */
.h-0 { height: 0; }
.h-5 { height: 5px; }
.h-30 { height: 30px; }
.h-40 { height: 40px; }
.h-60 { height: 60px; }

/* Text color */
.title-green {
    color: #50A035;
}

/* Margin utility for centering */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Image width */
.img-w-986 {
    width: 986px;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}