body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
.hero { text-align: center; padding: 100px 0; background-size: cover; background-position: center; }
.hero h1 { color: white; font-size: 3em; margin-bottom: 20px; }
.hero p { color: white; font-size: 1.5em; margin-bottom: 40px; }
.about { padding: 50px 0; text-align: center; background-color: #f8f9fa; }
.menu { padding: 50px 0; text-align: center; background-color: #ffffff; }
.menu h2 { margin-bottom: 30px; }
.menu ul { list-style-type: none; padding: 0; }
.menu li { margin-bottom: 15px; }
.menu strong { font-weight: bold; }