.text-green { background-image: linear-gradient(to right, #006b30, #008037, #009241, #00a54b, #00b854); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.border-green { border-image: linear-gradient(to right, #006b30, #008037, #009241, #00a54b, #00b854); border-image-slice: 1; }

.bg-gray { background-image: linear-gradient(to bottom, #B0B0B0, #C0C0C0, #D0D0D0); }

.shadow {color: white; text-shadow: #888 0.1em 0.1em 0.2em}

.shadow-dark {color: #000; text-shadow: #fff 0.1em 0.1em 0.2em}

.box-shadow-medium { min-height: 255px; }