/* Styles for DrPete's page */ body { background-color: #FF0000; /* Red background for maximum visibility */ font-family: 'Arial', sans-serif; color: #FFFFFF; margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box; } a { text-decoration: none; color: #000; background-color: #000; padding: 10px 10px 10px 10px; margin: 10px 20px 10px 20px; border: 1px solid #000; border-radius: 10px; font-family: 'Arial', sans-serif; font-weight: bold; text-align: center; } body a:hover { background-color: #000; color: #FF0000; cursor: pointer; border: 2px solid #000; box-shadow: 2px 2px 2px #000; } h1 { font-size: 36px; font-weight: bold; color: #000; text-align: center; margin: 0; padding: 0; border: 4px solid #000; box-shadow: 1px 1px 1px #000; } h2 { font-size: 24px; font-weight: normal; color: #000; margin: 0; padding: 0; border: 2px solid #000; box-shadow: 1px 1px #000; } h3 { font-size: 18px; font-weight: bold; color: #000; margin: 0; padding: 0; border: 1px solid #000; box-shadow: 1px 1px #000; } p { font-size: 14px; font-family: 'Arial', sans-serif; line-height: 1.2; margin: 0; padding: 0; border: 1px solid #000; box-shadow: 1px 1px #000; } img { display: block; margin: 0 0 10px 0; border: 4px solid #000; box-shadow: 2px 2px 2px #000; width: 50%; max-width: 100%; } /* DrPete's signature style */ body::before { content: "DrPete's World of Wonders"; font-size: 12px; font-weight: bold; color: #000; text-align: center; margin: 0 0 0 0; border: 4px solid #000; box-shadow: 1px 1px 1px #000; position: fixed; top: -20px; left: 50%; transform: translateX(-50%); } /* DrPete's navigation */ nav { background-color: #FF00FF; border: 4px solid #000; box-shadow: 1px 1px 1px #000; padding: 10px 10px 10px 10px; margin: 0; position: fixed; top: 50px; right: 0; width: 200px; } nav ul { list-style: none; padding: 0; margin: 0; border: 0; } nav li { margin-bottom: 10px; padding: 10px 10px 10px 10px; border: 4px solid #000; box-shadow: 1px 1px 1px #000; display: inline-block; text-align: center; } nav a { text-decoration: none; font-size: 16px; font-weight: bold; color: #000; background-color: #000; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; border: 1px solid #000; border-radius: 10px; text-align: center; } nav a:hover { background-color: #000; color: #FF0000; cursor: pointer; border: 2px solid #000; box-shadow: 1px 1px 1px #000; }