css /* Global styles for Dr. Pete's Guide to Absurdity */ body { background-color: #f7d8c0; font-family: "Bangers", "Comic Sans", Arial, sans-serif; font-size: 18px; line-height: 1.5; margin: 0; padding: 0; } body * { box-sizing: border-box; } h1 { font-size: 48px; line-height: 1; text-align: center; border-bottom: 8px solid #333; margin-bottom: -20px; padding-bottom: 20px; } h2 { font-size: 36px; line-height: 1; text-align: center; border-bottom: 6px solid #666; margin-bottom: -15px; padding-bottom: 15px; } h3 { font-size: 24px; line-height: 1; text-align: left; border-bottom: 4px solid #999; margin-bottom: -10px; padding-bottom: 10px; } p { font-size: 20px; line-height: 1.5; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid #777; } a { text-decoration: none; color: #f00; background-color: #f00; border: 2px solid #f00; padding: 10px 20px; border-radius: 20px; text-align: center; display: inline-block; transition: background-color 0.5s ease-in-out; } a:hover { background-color: #f00; color: #fff; cursor: pointer; } a:active { background-color: #f00; opacity: 0.7; cursor: default; } img { border: 4px solid #000; border-radius: 20px; margin: 20px 20px; padding: 20px 20px; display: block; } #logo { font-size: 72px; font-weight: bold; margin: -100px 0 20px 0; padding: 0; background-color: #fff; border: 8px solid #333; border-radius: 100px; text-align: center; color: #f00; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4); } #logo img { width: 200px; height: 200px; border: none; }