.navbar,
ul.show,
h1,
h2,
img,
.chart-container {
    border-radius: .75rem;
}

.navbar {
    background-color: rgba(138, 211, 255, 1);
    
}

.navbar ul.show {
    
    background-color: rgba(182, 255, 253, 1);
}
.navbar .dropdown-item{
    color: rgb(86, 85, 85);
}
.navbar .nav-link{
    color: rgb(86, 85, 85);
}
.navbar .navbar-brand{
    font-weight: bold;
    font-style: italic;
}


h1 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding: 0.7rem;

    color: white;
    background-color: rgba(138, 211, 255, 1);;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h2 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    color: rgba(146, 178, 255, 1);
    background-color: rgba(182, 255, 253, .5);
    padding: 0.5rem;

    margin-bottom: 1rem;
    margin-top: 1rem;
}

.container {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.chart-container {
    border: solid .05rem rgba(255, 26, 104, 1);
    background: white;
    position: relative;
    width: 100%;
    height: 300px;
}

table thead {
    font-weight: normal;
    line-height: 1rem;
    color: rgba(146, 178, 255, 1);
    background-color: rgba(182, 255, 253, .5);
    font-size: 1rem;
}

table tbody tr:nth-child(odd) {
    background-color: rgba(182, 255, 253, .2);
    font-size: .8rem;
}

table tbody tr:nth-child(even) {
    background-color: rgba(182, 255, 253, .1);
    font-size: .8rem;
}



.pagination-info,
.page-list,
.page-size,
.page-link {
    font-size: .7rem;

}

@media only screen and (max-width: 768px) {
    .block-media {
        display: block;
        width: 100%;
    }

    h2 {
        text-align: center;
    }
}
