body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    background:radial-gradient(circle,#86e9ff 0%,#00b6de 50%);
    color: white;
    text-align: center;
    padding: 20px;
    
}

main {
    flex: 1 0 auto;
}

.navbar{
    background-color: #036088;
}

.navbar-brand{
    color: white;
}

.nav-link{
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.carousel-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.cards-section .card {
    height: 100%;
}

.cards-section .row {
    display: flex;
    flex-wrap: wrap;
}

        
.cards-section .col-md-4 {
    display: flex;
    margin-bottom: 1.5rem;
}

.cards-section .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cards-section .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

footer {
    flex-shrink: 0;
    background-color: #036088;
}