body{
  background-color: #36454F;
  color: white;
  margin-top: 35px;
  font-size: 22px;
}
a:link {
    color: #d1e1fc;
}
a:visited {
    color: #d1e1fc;
}
a:hover {
    color: #d1e1fc;
}
a:active {
    color: #d1e1fc;
}

table, th, td {
  font-size: 22px;
  color: white;
}
li {
  font-size: 22px;
}
ol.list-group {
  margin-left:  30px;
  font-size:  22px;
  width:  100%;
}
ul.list-group {
  margin-left:  30px;
  font-size:  22px;
  width:  100%;
}
li.list-group-item {
  color: black;
  background-color: #b3dde9;
}
pre{
    background-color: black;
    margin: 0px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    padding: 15px;
    border: 1px;
    border-color: white;
    border-style: solid;
}
div.jumbotron{
    background-color:  black;
}
