@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair+Display+SC:ital,wght@1,700&display=swap');

.course-img {
    max-width: 100%;
    height: auto;
    padding: 10px;
    display: none;
}

body {
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Montserrat', sans-serif;
    background-color: #f0ebe1;
    color: #4a4a4a;
    margin: 0;
    padding: 0;
}

.menu-card h2 {
  font-family: 'Playfair Display SC', serif;
}


ul.restaurant-list {
  list-style: none;
}

header {
    padding: 20px 0;
}

header h1 {
    font-size: 3rem;
    margin: 0;
}

.restaurant-list a {
color: #333;
text-decoration: none;
font-size: 1.2rem;
font-weight: 600;
transition: color 0.3s;
}

.restaurant-list a:hover {
color: #007bff;
}

.menu-display {
max-width: 800px;
margin: 0 auto;
}

.menu-card {
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 20px;
max-width: 450px;
padding: 20px;
width: 100%;
}

.menu-card h2 {
font-size: 2rem;
margin-bottom: 5px;
text-align: center;
}

.menu-card h3 {
font-size: 1.5rem;
margin-bottom: 10px;
text-align: center;
}

.menu-card p {
font-size: 1.1rem;
line-height: 1.5;
margin-bottom: 20px;
}

.course-list {
list-style-type: none;
margin: 0;
padding: 0;
}

.course-item {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 15px;
padding-bottom: 15px;
}

.course-title {
font-size: 1.4rem;
margin-bottom: 5px;
}

.course-description {
font-size: 1.1rem;
margin-bottom: 5px;
}

.course-price {
font-size: 1.1rem;
font-weight: bold;
margin-bottom: 5px;
}

.wine-pairing {
font-size: 1rem;
font-style: italic;
margin-bottom: 5px;
}

.grand-total {
font-size: 1.6rem;
font-weight: bold;
text-align: center;
}
