Professor Puzzler's Puzzle Palace

About the Team

Welcome to the Puzzle Palace, where the world's most renowned puzzle masters gather to confuse and delight. Meet our team of experts:

Want to join the Puzzle Palace crew? We're always looking for talented puzzle enthusiasts to join our merry band of puzzling folks.

body { background-color: #f0f0f0; font-family: 'Arial Black', Arial; font-size: 18px; margin: 0; padding: 0; } .content { width: 80%; margin: 20px auto; background: #333; padding: 20px; border: 4px solid #000; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } h1, h2, h3, h4, h5, h6, strong { font-family: 'Arial Black', Arial; font-weight: bold; text-decoration: none; text-align: center; margin: 20px 0; padding: 10px 20px; color: #f0f0f0; } body a { color: #333; text-decoration: none; text-align: center; margin: 0; padding: 10px 20px; font-size: 16px; font-weight: bold; border: 0; background: #f0f0f0; transition: background 0.3s ease-in-out; } body a:hover { background: #f00; color: #fff; } body a:active { background: #f0f0f0; color: #333; } nav li { display: inline-block; list-style: none; margin: 10px 20px 0 0; padding: 10px 20px; border: 4px solid #000; width: 200px; height: 200px; text-align: center; background: #333; float: left; border-radius: 10px 10px 10px 10px; } nav li a { text-decoration: none; padding: 10px 20px; margin: 0; color: #f0f0f0; text-align: center; background: #f00; border: none; border-radius: 10px 10px 10px 10px; box-shadow: 0 0 10px #333; transition: background 0.3s ease-in-out; } nav li a:hover { background: #f0f0f0; color: #333; }