menu.css
menu.css
body {
line-height: 1.6;
margin: 20px;
background-color: #f8f9fa;
color: #333;
h1 {
color: #2c3e50;
text-align: center;
font-size: 2.5em;
margin-bottom: 20px;
.menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
gap: 15px;
.menu li {
display: inline;
}
.menu a {
text-decoration: none;
font-weight: bold;
color: #3498db;
.menu a:hover {
color: #fff;
background-color: #3498db;
border-color: #3498db;
border-radius: 5px;
/* Section headings */
h2 {
color: #e74c3c;
margin-top: 30px;
display: inline-block;
padding-bottom: 5px;
ul {
margin-top: 10px;
padding-left: 20px;
}
li {
margin-bottom: 5px;
li {
font-size: 1.1em;
color: #555;
li::marker {
color: #e67e22;
font-size: 1.2em;
/* Price highlighting */
li span {
font-weight: bold;
color: #2ecc71;