.article-card:hover {
    border: 2px solid var(--bs-primary) !important;
    border-radius: 0.25rem;
}


/* If you have a specific class or ID for the titles, use those selectors instead */
.main-title {
    font-size: 1.1em;
    margin-top: 10px;
}

.sub-title {
    font-size: 1.1em;
    margin-top: 10px;
}

.rent-page-container {
    border: 1px solid #ccc; /* Adjust color and width as needed */
    padding: 20px;          /* Add padding for space inside the border */
    border-radius: 5px;     /* Optional: round the corners */
    margin: 20px;           /* Add margin for space outside the border */
}



.best-model-container {
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
}

.navbar {
    background-color: #000000 !important; /* Ensures a true black background */
    border-bottom: none; /* Removes any bottom borders if they exist */
}

.navbar-brand, .navbar-nav .nav-link {
    color: white !important; /* Ensures text remains visible */
}