
        body {
            background-image: url('../images/boq1.jpg'); 
            background-size: cover;
            background-position: center;
            color: white;
        }
        .content {
            padding: 50px;
            background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background for readability */
            border-radius: 10px;
            margin-top: 50px;
        }
        h1 {
            font-size: 3rem;
            margin-bottom: 20px;
        }
        .btn-custom {
            background-color: #007bff; /* Custom button color */
            border: none;
        }
        .btn-custom:hover {
            background-color: #0056b3; /* Darker shade on hover */
        }
   