body {
    background-color: #e9e4e9!important;
    margin: 0;
}

.container {
    width: 70%;
    /* background-color: beige; */
    margin: 0 auto;
    min-height: 100vh;
    padding: 0!important;
}

.main-container {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.header {
    height: 20vh;
    width: 100%;
    /* background-color: antiquewhite; */
    border-bottom: 1px gray;
}

.wrapper {
    display: flex;
}

.sidebar {
    min-height: 94vh;
    width: 30%;
    /* background-color: bisque; */
    border-right: 1px solid gray;
}

.content {
    min-height: 94vh;
    width: 70%;
    /* background-color: cadetblue; */
    padding: 4vh;
}


/* .data-siteid {
    margin: 15px;
} */

.header {
    height: 15vh;
    /* background-color: seashell; */
    margin-bottom: 3vh;
}

.pic {
    margin: 0 15px;
    text-decoration: none;
}

.navbar-collapse {
    justify-content: center;
}

.nav-item {
    padding: 0 10px;
}

.navbar {
    border-bottom: 1px solid gray;
}

footer {
    border-top: 1px solid gray;
    min-height: 15vh;
}

h1 {
    text-align: center;
    margin-bottom: 3rem!important;
}

.active {
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9e4e9!important;
    color: black!important;
    font-weight: 500!important;
}