/* screenshot spacing */

img.img-fluid{
   margin-top: 10px;
   margin-bottom: 40px;
}


/* bullet spacing for numbered lists */

ol > li {
   margin-bottom: 1rem;
}

ol p {
   margin-bottom: 0rem;
}