/* Set the default style parameters for the page body */
body {
     background-color: white;
}

/* Set the default text properties */
body,p,h1,h2,h3,h4,h5,h6,td,div {
     font-family: sans-serif;
     color: black;
}

/* Parameters for the navbar */
.navbar-brand,.nav-link
{
    font-size: 25px !important;
}
