css /* style.css */ * { box-sizing: border-box; margin: 0; padding: 0; border: 2px solid black; border-radius: 10px; font-family: 'Baukler', cursive; text-shadow: 0 0 10px black; font-size: 18px; line-height: 1.4; color: #F7D7A6; background: #F0F0F0; transition: all 0.3s ease; } body { background-image: url('monkey-skin-pattern.png'); background-position: 0 0; background-size: 100% 100%; background-repeat: repeat; background-attachment: fixed; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; } h1 { font-size: 36px; font-weight: bold; margin-top: 0; text-shadow: 0 0 10px black; color: #C2C2C2; background: #FFD700; border: 4px solid black; border-bottom: 4px solid black; border-radius: 10px; text-align: center; padding: 10px 20px; width: 100%; position: relative; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; background-clip: border; } h2 { font-size: 24px; color: #FF69B4; font-weight: bold; background: #C9E7F4; border: 2px solid black; border-radius: 10px; text-align: center; padding: 5px 20px; width: 100%; position: relative; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; background-clip: border; } h3 { font-size: 18px; font-weight: normal; color: #7A2880; background: #FF69B4; border: 1px solid black; border-radius: 10px; text-align: left; padding: 5px 20px; width: 100%; position: relative; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; background-clip: border; } body > * { max-width: 100%; margin: 0 20px; } p { font-size: 14px; line-height: 1.4; text-align: left; color: #333333; background: #F7F7F7; border: 1px solid black; border-radius: 10px; padding: 10px 20px; width: 100%; position: relative; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; background-clip: border; } a { text-decoration: none; color: #FF69B4; background: #C9E7F4; border: 2px solid black; border-radius: 10px; text-align: center; padding: 5px 20px; width: 100%; position: relative; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; background-clip: border; } img { border: 2px solid black; border-radius: 10px; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: cover; background-clip: border; background-origin: border; background-clip: border; background-attachment: fixed; background-clip: border; } /* monkey-skin-pattern.png */ body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('monkey-skin-pattern.png'); background-size: 100% 100%; background-position: 0 0; background-repeat: repeat; background-attachment: fixed; background-clip: border; background-origin: border; } h1 { background-image: url('monkey-king.png'); background-size: 50%; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-clip: border; background-origin: border; background-attachment: fixed; background-clip: border; } h2 { background-image: url('monkey-throne.png'); background-size: 50%; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-clip: border; background-origin: border; background-attachment: fixed; background-clip: border; } h3 { background-image: url('monkey-treasure.png'); background-size: 50%; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-clip: border; background-origin: border; background-attachment: fixed; background-clip: border; } p { background-image: url('monkey-textures.png'); background-size: 100% 100%; background-position: 0 0; background-repeat: repeat; background-attachment: fixed; background-clip: border; background-origin: border; background-attachment: fixed; background-clip: border; } a { background-image: url('monkey-links.png'); background-size: 100% 100%; background-position: 0 0; background-repeat: repeat; background-attachment: fixed; background-clip: border; background-origin: border; background-attachment: fixed; background-clip: border; } /* monkey-king.png */ /* monkey-throne.png */ /* monkey-treasure.png */ /* monkey-textures.png */ /* monkey-links.png */ /* monkey-skin-pattern.png */