html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.menu-label {
    color: black;
}
.menu-list a {
    text-decoration: none !important;
}

.notification {
    background: wheat;
    border: 2px solid black;
    box-shadow: 2px 2px black;
}

select, input {
    border: 2px solid black !important;
    box-shadow: 1px 1px black !important;
}
.select:not(.is-multiple):not(.is-loading):after {
    border-color: black;
}