html {
    font-size: 14px;
    font-family: sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.container {
    max-width: 960px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    align-content: center;
    align-items: center;
    background-color: rgb(25, 25, 25);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 80px 0;
    color: rgb(161, 161, 161);
}

.list-group-item{
    background-color: rgb(25, 25, 25);
    color: rgb(161, 161, 161);
    border: 0;
}
.list-group-item:hover{
    background-color: rgb(35, 35, 35);
}

a {
    text-decoration: none;
}
.navbar{
    background-color: rgb(25, 25, 25);
}
.nav-link {
    color: rgb(113, 113, 113);
}
.nav-link:hover {
    border-color: rgb(161, 161, 161)!important;
    color: rgb(113, 113, 113);
    border-bottom: 1px solid;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.nav-item.active {
    
    border-color: rgb(161, 161, 161)!important;

    border-bottom: 1px solid;
}

.nav-item.active > a {
    color: rgb(161, 161, 161);
    border-color: rgb(161, 161, 161)!important;

    border-bottom: 1px solid;
}

.nav-link:focus {
    border-color: rgb(161, 161, 161)!important;
    border: 0;
}
.nav-link:focus-visible {
    border-color: rgb(161, 161, 161)!important;
    border: 0;
}
.nav-tabs
{
 border-bottom: 0;   
}