html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-red {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
    background-color: white;
    border: red solid 1px;
    border-style: inset;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}