.navbar-toggler-icon {
    background-color: #4b4b4e;
}

.menus {
    width: 30px;
    height: 30px;
    padding-top: 4px;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: rgb(156, 152, 152);
}

.bg-dark {
    background-color: #333 !important;
}

.demo {
    color: #f2f2f3;
}

.bar {
    padding: 0 0.5rem;
    margin: 0;
    cursor: default;
    white-space: nowrap;
    color: #f2f2f3;
}

a {
    color: #e1e3e4 !important;
}

.dropdown-item {
    background-color: #3c3e40;
}

.dropdown-menu.show {
    background: #3c3e40;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #262627;
}

#the-canvas {
    border: 2px solid black;
    text-align: center;
    width: 100%;
}