.p{
    font-family: courier
}
.table{
  font-size: 20px; !important
}
li {
  font-size: 22px;
}
ol.list-group {
  margin-left:  30px;
  font-size:  22px;
}
ul.list-group {
  margin-left:  30px;
  font-size:  22px;
}
li{
  margin-bottom:  10px;
  font-size: 18px;
}
.li_important{
  font-style:  italic;
  font-weight:  bold;
}
pre{
    background-color: black;
    margin: 0px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    padding: 15px;
    border: 1px;
    border-color: white;
    border-style: solid;
    padding: 40px;
}
