
body {
    background-color: white;
}

.body-grey {
    background-color: rgb(221, 221, 221);
    color: black;
}

.body-title {
    font-size: 20px;
    font-weight: bold;
}

.body-content {
    font-size: 14px;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
}

.site-logo {
    max-height: 100px;
}

.site-footer {
    font-size: 12px;
    background-color: white;
    color: #454749;
}

.bg-dark-red {
    background-color: darkred;
}
