html, body
{
    background: black;
    
}

.navbar-header, .navbar-collapse, .navbar > div
{
    background-color: black;
    border-right: black;
    border-left: black;
}

span, a, #page
{
    color: lightgray !important;
}

.quietly
{
    font-size: 80%;
    text-align: center;
}


.finished
{
    border: 1px solid white;
    border-radius: 10px;
    
}

.title_game
{
    text-align: center;
    vertical-align: middle; 
}

.finished p
{
    text-align: justify;
}

a b
{
    font-size: 110%;
    text-transform: uppercase;
}


a b:hover
{
    text-decoration: underline;
}

.affix
{
    top: 0;
}
