/*
*::-webkit-scrollbar {
    display: none;
}

html, body {
    height: 100%;
}

body {
    background: #27272a url(/images/main_image.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.option {
    text-decoration: none;
    background: #ed1c24!important;
    width: 80%;
}

.btn {
    color: #fff!important;
}
.btn:hover, .btn:active {
    transition: ease-in 0.1s;
    opacity: 0.9;
    border-color: transparent!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ed1c24!important;
}
.nav-link {
    color: #ed1c24;
}

*/