body {
    background-color: #f8f9fa;
}

.law-content {
    white-space: pre-line;
    line-height: 1.6;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.btn-outline-success:hover, .btn-outline-danger:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}
