/* Custom CSS to style the menu */ .menu { background-color: #f0f0f0; border: 1px solid #ccc; padding: 10px; } .menu-item { display: inline-block; margin-right: 10px; padding: 5px; border: 1px solid #ddd; background-color: #e0e0e0; cursor: pointer; } .menu-item:hover { background-color: #d0d0d0; } .body{background-color: red;}