.jumbotron {
    background-image: url('./header.png');
    color: #17ff00;
}


body {
    color: #009900;
    background-color:#000000;
}

a:hover, a:focus, a {
    color: #17ff00;
}

a:active {
    color: #c0ffdd;
}



.examples p {
    font-weight: bold;

}

.status .media {
    grid-auto-rows: 300px;
    
}
