table{
    margin: auto;
    text-align: center;
    border-color: black;
    border: solid 3px;
    background-color: lightblue;
}
.navbar-color{
    background-color: #03254E;
}
.navbar-brand .h4 {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
}