Level 1: The Cereal Aisle

Where the wheat meets the floor.

Proceed to Level 2: The Nutty Nook
body { background-color: #fff; font-family: monospace; margin: 0; padding: 0; border: 0; } .level-content { display: flex; width: 100%; justify-content: center; padding: 2em; font-family: Arial, sans-serif; font-size: 2em; text-align: center; background-color: #f0f0f0; border: 4px solid black; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.5); box-sizing: border-box; } .button { width: 150px; padding: 1em; border: 4px solid black; border-radius: 10px; background-color: #f7dc00; text-decoration: none; cursor: pointer; font-size: 1em; text-align: center; } .button:hover { opacity: 0.7; }