
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Montserrat', sans-serif;
}


.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color:#343a4073;
    border-radius: 0.3rem;
}
.notItemOne option:first-child{
    display: none;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

