Gravity Pool

Where the fish are always in orbit, and the sake is always on tap.

Enjoy your meal, but don't forget to tip your waitress... or the space station's gravity.

body { background-color: #000000; margin: 0; padding: 0; } h1 { font-size: 36px; color: #ff00ff; border-bottom: 4px solid black; margin-bottom: 10px; padding-bottom: 10px; } .content { width: 80%; margin: 40px auto; background-color: #333333; padding: 20px; border: 1px solid #333333; } ul { list-style: none; margin: 0; padding: 0; } li { display: inline; margin-right: 10px; padding: 5px; background-color: #444444; border: 1px solid #222; border-radius: 5px; cursor: pointer; } a { text-decoration: none; color: #ffffff; transition: background-color 0.2s; padding: 10px 10px; border-radius: 5px; border: 1px solid #222222; } a:hover { background-color: #000000; transition: background-color 0.2s; } p { color: #ffffff; padding: 10px; margin: 10px 0; border-bottom: 1px solid #000000; }