body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    background-color: #f4f4db !important;
    min-height: 100vh;
}

* {
    user-select: none;
}

.page {
    min-height: 100%;
    position: relative;
}

.leaves-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 20rem;
}

.leaves-l {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20rem;
}

.rb-infobox {
    position: absolute;
    right: 1rem;
    bottom: 7rem;
}

.rb-infobox p {
    margin: 0;
    font-size: .65rem;
    text-align: right;
}

.lt-langbox {
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    width: 30%;
}

.lb-logo {
    position: absolute;
    left: 1rem;
    bottom: 3rem;
    width: 5rem;
}

.intro-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.intro-section img {
    width: 50%;
}

.intro-section h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    letter-spacing: .5rem;
    color: #52809f;
}

.menu-container h6 {
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-product-info {
    font-size: .5rem;
    line-height: .75rem !important;
}

.product-price {
    font-size: .7rem;
    font-weight: 500;
}

.menu-container {
    position: relative;
    z-index: 111;
}

.border-product {
    border-top: 1px solid #475356;
    border-left: 1px solid #475356;
    border-bottom: 1px solid #475356;
}