.panel-heading{
    background-color: white !important;
    color: #1a1a50 !important;
}


.panel-heading h4 a:hover{
    text-decoration: none;
}

.panel-heading h4 a:visited{
    text-decoration: none !important;
}
.panel-heading h4 a:active{
    text-decoration: none !important;
}

.title{
    text-align: center;
    justify-content: center;
    font-size: 20px;
    color: #1a1a50;
}

.panel-group{
    
    padding: 20px 20%;
    justify-content: center !important;
    align-items: center !important;
}
.panel-body{
    color: #1a1a50;
}

.panel-default{
    border-color: white !important;
}

.inlinks{
    text-decoration: none;
    color: #1a1a50;

}

.inlinks:hover{
    text-decoration: none;
    color: orange;
}
