

#topnav {
    width: 85%; top: -30px; background-color: #fbfbfb; color: black;position: relative;align-self: center;height: 75px;
}
#header-nav{
    top : 30px;


}
#header-text {
    margin-top: -70px !important;
}

#header-text-card{
    background-color: rgba(17, 17, 220, 0.23) !important;
}
#header-text-card-body {
    background-color: rgba(19, 19, 178, 0.37) !important;
}

@media screen and (max-width: 768px) {
    .nav-sticky{
        padding: 0.5rem !important;
    }
    body {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #topnav {
        width: 100%; top: 0; background-color: #fbfbfb; color: black;position: relative;align-self: center;height: 75px;
    }
    #header-text {
        margin-top: 10px !important;
    }

}