.html{
    scroll-behavior: smooth;
}

.navbar-brand img{
    width: 3.125rem;
}

.navbar{
    background-color: #e3f2fd;
}

:root{
    --bs-link-color:#1929d3;
    --bs-link-hover-color:#3341d3;
}

.btn{
    --bs-btn-bg: #3341d3;
    --bs-btn-border-color:#3341d3;
    --bs-btn-hover-bg:#5f68cc;
    --bs-btn-hover-border-color: #3341d3;
    --bs-btn-active-bg:#1929d3;
}

.carousel-item{
    height: 31.25rem;
}

.carousel-item img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-item::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgb(31,31,31));
    position: absolute;
}

.main{
    margin-top:5rem;
}

section{
    scroll-margin-top: 6rem;
}

.card-menu img{
    height: 18.75rem;
    object-fit: cover;
}

iframe{
    width: 100%;
}

footer{
    background-color: #e3f2fd;
}