css body { background-image: linear-gradient(to bottom, #FF69B4 0 0, #FF69B4 0 0); background-size: 100px 100px; } body { background-color: #FFC080; font-family: 'Bangers', cursive; font-size: 36px; font-weight: bold; color: #000000; } a { text-decoration: none; color: #000000; background-color: #FFC080; padding: 8px 8px; border: 4px solid #000000; border-radius: 8px; text-shadow: 0 0 0 #000000; transition: background-color 0.5s ease; } a:hover { background-color: #FF69B4; border: 4px solid #FFC080; } h1 { font-size: 48px; font-weight: bold; margin: 20px 0 0 0; text-align: center; text-shadow: 0 0 0 #000000; } h2 { font-size: 24px; font-weight: bold; margin: 10px 0 0 0; text-align: center; text-shadow: 0 0 0 #000000; border-bottom: 1px solid #000000; } h3 { font-size: 18px; font-weight: bold; margin: 0 0 10px 0; text-align: center; text-shadow: 0 0 0 #000000; border-bottom: 1px solid #000000; } p { font-size: 16px; font-weight: normal; margin: 0 0 10px 0; text-align: center; text-shadow: 0 0 0 #000000; line-height: 1.2; letter-spacing: 0.1em; } p a { text-decoration: none; color: #FF69B4; background-color: #FFC080; padding: 8px 8px; border: 4px solid #000000; border-radius: 8px; text-shadow: 0 0 0 #000000; transition: background-color 0.5s ease; } p a:hover { background-color: #FF69B4; border: 4px solid #FFC080; }