.navbar-custom {
    background-color: #20c997; /* Primary color */
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #ffffff; /* Text color */
}
.navbar-custom .nav-link:hover {
    color: #20c997; /* Hover effect */
}

.alert-custom {
    background-color: #20c997;
    color: #721c24;
    border-color: #f5c6cb;
}
a{
    color:#20c997;
}

body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}
.header h1 {
font-size: 3rem;
font-weight: 700;
}
.header p {
font-size: 1.2rem;
margin-top: 10px;
}
.jumbotron {
    background-color: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 0.5rem;
}
.card {
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.btn-primary {
background-color: #20c997;
border: none;
}
.btn-primary:hover {
background-color: #20c997;
}
