/* Custom site styles. Add your overrides here. */
body {
    background: #f4f6f9;
}

.navbar-brand {
    font-weight: 500;
}

.card {
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

code {
    font-size: 90%;
    color: #c7254e;
}
