The Bun Arena: Where Buns Come to Fight

Welcome to the Bun Arena, where the art of Bun-Fu has been perfected

This is a place where buns, the ultimate snack food, come to test their mettle. Will your bun be the last one standing? Only the bravest, most delicious buns will survive.

body { background-image: url('background.jpg'); background-size: 100% auto; background-repeat: no-repeat; background-position: top center; } .arena { position: relative; width: 80%; margin: 0 auto; background-color: #f7f7f7; border: 1px solid #000000; padding: 20px; box-shadow: 0px 0px 0px 0px #000000; } .bun-container { position: relative; width: 100%; height: 100%; text-align: center; } h1 { font-size: 36px; font-weight: bold; color: #ff0000; margin: 0; padding: 0; border: 1px solid #000000; border-bottom: 4px solid #000000; } h2 { font-size: 24px; font-weight: bold; color: #00ff00; margin: 0; padding: 0; border: 1px solid #000000; border-bottom: 4px solid #000000; } button { font-size: 18px; font-weight: bold; color: #000000; background-color: #ffffff; border: 1px solid #000000; padding: 8px 20px; border-radius: 0; cursor: pointer; } button:hover { background-color: #cccccc; } .subpages { position: relative; width: 100%; margin: 0; padding: 0; } .subpages ul { list-style: none; padding: 0; margin: 0; } .subpages li { display: block; padding: 10px; margin: 0; border-bottom: 1px solid #000000; } .subpages li:hover { background-color: #cccccc; } .subpages a { text-decoration: none; color: #000000; text-align: left; } .subpages a:hover { color: #0000ff; }