@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

html, body {
     overflow-x: hidden;
     background-image: url('media/flower-bg-menu-v2.webp');
     background-position: center;
     background-repeat: repeat-y;
     background-size: auto;
     margin-top: 2rem;
     font-family: "Google Sans", sans-serif;
     background-color: #090C0F;
     color: #090C0F;
}

td {
     background-color: transparent !important;
     border: 0;
     font-size: 16px;
     text-transform: uppercase;
     padding: 1rem 1.5rem !important;
}

th {
     background-color: transparent !important;
     border: 0;
     font-size: 20px;
     text-transform: uppercase;
}

td p {
     text-transform: none;
     margin-bottom: 0;
     font-size: 14px;
}

.container {
     background-color: #FFFAF3;
     border-radius: 8px;
     max-width: 85%;
     margin: 5rem auto;
}

.menu-title {
     padding: 1rem 1.5rem;
}

h2 {
     font-size: 30px;
     font-family: "Google Sans", sans-serif;
     font-weight: bold;
     text-transform: capitalize;
     margin-bottom: 0px !important;
     margin-top: 10px;
}

h3 {
     font-family: "Google Sans", sans-serif;
     font-weight: bold;
     font-size: 20px;
     text-transform: capitalize;
     margin-bottom: 0px !important;
     margin-top: 3rem;
}

h4 {
     font-family: "Google Sans", sans-serif;
     font-weight: 700;
     font-size: 15px;
     text-transform: capitalize;
     margin-bottom: 0px !important;
     margin-top: 10px;
}

.allergeni-text {
     font-size: 10px;
     padding: 1rem 1.5rem;
}