body {
    background-color: black;
    color: white;
}

.container-fluid {
    padding: 2em;
    margin: 0 1em 0 1em;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.navbar-brand:hover {
    color: rgba(0,0,0,.7);
}

.modal-title, .modal-body {
    color: black;
}

.modal-tital {
    font-size: 1.5em;
}

.modalPrimaryStats {
    font-weight: bold;
}

.modalSecondaryStats {
    font-weight: 200;
    font-size: 0.95em;
}

#modalDescription {
    margin-top: 6px;
    margin-bottom: 6px;
}

#modalImage {
    width: 100%;
    max-height: 600px;
}