.monospace-txt { 
	font-family: monospace; 
}

footer {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #f8f9fa;
   color: rgba(0,0,0,.9);
   text-align: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}