@charset "UTF-8";
/* Add your custom CSS declarations below  */

html {
    display: block;
    color: -internal-root-color;
    background-color: green !important;
}

element.style {
	background-color: red !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: red;
}

a {
    color: darkblue;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: black;
    text-decoration: underline;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
    background-color: #fff;
}

h3 {
    display: block;
    font-size: 2em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: red;
}

em {
    font-style: italic;
    font-size:x-small;
    color:darkblue;
}


h4 {
    font-size: 1.5rem;
    color:black;
     font-size:x-small
}

h5{
    font-size: 1.5rem;
    color:black;
}
