.bg-primary{
    background-color: #1E2A38 !important;
}
.text-primary{
    color:#2367c1 !important;
}
a, a:hover {
    color:#a1181e;
}

body {
    font-family: Arial, sans-serif;
}
.hero {
    background-color: #0d2c4d;
    color: white;
    padding: 60px 20px;
    text-align: center;
}
.category-icon {
    font-size: 30px;
}
.category-card {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.2s;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
form{
    max-width: 541px;
    margin: 0 auto;
    padding: 0 29px;
}
.card{
}
.btn-primary, .btn-primary:hover {
    background-color: #a1181e;
    border-color: #a1181e;
}
.btn-outline-primary, .btn-outline-primary:hover {
    color: #a1181e;
    border-color: #a1181e;
    background:white;
}