body {
    font-family: "Prompt", sans-serif;
    padding-top: 1rem;
    background: #f6f9ff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.brand {
    color:#555 !important;
    font-weight: 500;
    font-size: 28px;
    display: inline;

}

.brand span{
    color:#e47271 !important;

}

.tabnav{
    border-radius: 10px !important;
    background: #fff !important;
    color: #555;
    text-align: left;
}

.tabnav span{
    color: #29a899;
}

.tabnav:hover{
    color: #C37B89;
}

.tabnav.active{
    background: #29a899 !important; 
    color: #fff !important;
}

.tabnav.active span{
    color: #fff !important;
}

.tabnav.active .fa-inverse{
    color: #29a899 !important;
}


.box-rd{
    border-radius: 10px !important;
}