* {
    font-family: 'Public Sans', sans-serif;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.navbar-nav .nav-link.active {
    color: #FFF;
    background-color: rgb(146, 100, 13);
}

.navbar-nav {
    text-align: center;
}

.navbar-brand {
    font-size: 32px;
}

.carousel-item {
    height: 600px;
}

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

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

.card-menu img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.container-about {
    border-radius: 15px;
}

.container-about h5 {
    color: rgb(146, 100, 13);
    line-height: 2rem;
}

form {
    margin: 0 auto;
}

.error {
    color: rgb(160, 20, 20);
}