﻿.navbar {
    background-color: #144191;
}

.navbar-brand {
    color: #ff6600;
    font-weight: bold;
}

    .navbar-brand span {
        color: #ff6600;
    }

.content {
    background-color: #ffffff;
    margin: 40px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
}

    .content h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .content p {
        font-size: 1rem;
        color: #666666;
        margin-bottom: 20px;
    }

.btn-custom {
    font-size: 1rem;
    padding: 16px 20px;
    font-weight: bold;
}

.btn-primary-custom {
    background-color: #144191;
    color: #ffffff;
    border: none;
}

    .btn-primary-custom:hover {
        background-color: #091e33;
        color: white;
    }

.btn-warning-custom {
    background-color: #ff6600;
    color: #ffffff;
    border: none;
}

    .btn-warning-custom:hover {
        background-color: #cc5200;
        color: white;
    }

.illustration {
    background-image: url('../disputeimage.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
}