css body { background-image: linear-gradient(to bottom, #FF69B4 0%, #FF69B4 100%); background-size: 100px 100px; ประก } #content { border: 4px solid #000000; border-radius: 10px; background-clip: border-box; background-clip: padding-box; padding: 10px 20px 10px 20px; box-shadow: 0 0 10px #000000; color: #FFFFFF; font-size: 24px; font-weight: bold; font-family: Arial, sans-serif; text-align: center; text-shadow: 0 0 10px #000000; margin: 20px auto; width: 800px; height: 600px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: auto; } a { text-decoration: none; color: #FFFFFF; ประก } a:hover { text-decoration:ประก background-color: #FF0000; color: #FFFFFF; padding: 10px 20px 10px 20px; border-radius: 10px; text-shadow: 0 0 10px #000000; box-shadow: 0 0 10px #000000; transition: all 0.2s; } a:active { transform: scale(0.9); transition: all 0.2s; } h1 { font-size: 36px; font-weight: bold; text-shadow: 0 0 10px #000000; margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px; background-color: #FF69B4; color: #FFFFFF; border: 4px solid #000000; border-radius: 10px; width: 100%; text-align: center; position: relative; top: 10px; left: 10px; box-shadow: 0 0 10px #000000; } h2 { font-size: 24px; font-weight: bold; text-shadow: 0 0 10px #000000; margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px; background-color: #FF69B4; color: #FFFFFF; border: 4px solid #000000; border-radius: 10px; width: 100%; text-align: center; position: relative; top: 10px; left: 10px; box-shadow: 0 0 10px #000000; } p { font-size: 20px; font-weight: normal; text-shadow: 0 0 10px #000000; margin-bottom:ประกassistant I'll continue with the CSS: