body {
    background-image: url("../images/background-LrDZHG_.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: black;
    a {
        color: black;
    }
    font-family: Cinzel;
    font-size: medium;
    font-weight: 500;
    font-optical-sizing: auto;
}

header {
    border-bottom: 1px solid lightgrey;
    .container {
        .logo {
            width: 70px;
        }
        .nav-link{
            color: black !important;
        }
    }
}


footer, header {
    background-color: rgba(254,246,238, 0.5);
}

main {
    >.container {
        background-color: rgba(254,246,238, 0.5);
    }

    #productCarousel{
        .card{
            background-color: inherit;
        }
        img {
            width: 400px;
            object-fit: cover;
        }
    }
}

@media (max-width: 991.98px) {
    .navbar-header {
        min-height: 70px;
    }
}

.story {
    max-width: 700px;
    margin: auto;
    text-align: center;
    line-height: 1.7;
}

.story hr {
    margin: 2rem auto;
    width: 60%;
}
