body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* *** */
.head{
    background-color: #1d5486 !important;
}

/* **** */
.navbar{
    background-color: #1d5486 !important;
}
.nav-link{
    color: white !important;
    font-weight: bold !important;
}
.nav-link:hover{
    color: rgb(244, 138, 9) !important;
}
p{
    text-align: justify;
} 