body.app {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}
/* Mobile first CSS */
.app #logo h1 {
    letter-spacing: 6px;
    font-size: 2.8em !important;
}
.round {
    border-radius: 10px;
}
.service-item h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.service-item p{
    font-size: 14px;
}
.w-100{
    width: 100%;
}
.border {
    border: solid 1px #cccccc;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mt-3 {
    margin-top: 1rem;
}
