/* Small style tweaks for better aesthetics */
.gradient-text {
    background: linear-gradient(to right, #6A9C89, #3A564F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
