﻿.Navigationbar{
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(270deg, rgb(0, 174, 239) 0%, rgb(0, 87, 184) 100%) repeat scroll 0% 0% / auto padding-box border-box;
    color: var(--color-neutral-0);
}

.NavigationSubbar{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(132,180,255,0.7175245098039216) 100%) repeat scroll 0% 0% / auto padding-box border-box;
}

