.brand-gradient {

    background: linear-gradient(173deg, #42d392, #647eff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
                
}

.banner-holder, .main-page-header {
    background-image: url(banner.jpg);
    background-size: cover;
    background-position: bottom;
}

.custom-nav {
    backdrop-filter: blur(10px);
}

