* {
    font-family: 'Roboto', sans-serif;
}

legend {
    font-weight: bold;
    padding-top: 2rem;
}

.btn-primary {
    background: #343a40;
    border-color: #343a40;
    color:#fff;
}

    .btn-primary:hover, .btn-primary.active {
        background: #777;
        border-color: #777;
        color:#fff;
    }

.white-transparent-bg {
    background: rgb(255 255 255 / 60%);
}

.booktook-bg {
    background: url('/images/booktook.png') fixed no-repeat bottom right;
}

.luxor-bg {
    background: url('/images/luxor.png') fixed no-repeat bottom right;
}