.is-dark {
    background-color: rgb(187, 56, 89);
    background-image: linear-gradient(rgba(41, 39, 39, 0.082), rgba(124, 124, 124, 0.6)), linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/img/bg.png');
}

.navbar-item {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-item .button {
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    height: 45px;
}