body{
    background-color: #F9FAFC !important;
}

.customDiv {
    width: 90% !important;
}

.astroHeroBg{
    background-image: url(../asset/Astroimg/astrobg.jpg);
}

.astroBtn {
    border-radius: 12px;
    background: #870AB0;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
}
.astroBorderBtn {
    border-radius: 12px;
    padding: 10px 20px;
    border: 2px solid #870AB0;
    background: transparent;
    color: #870AB0;
    font-weight: 500;
}
#navbar_list .nav_tabs a,
#navbar_list .nav_tabs a * {
    color: white !important;
}