css /* styles.css */ body { background-color: #f7d8d0; font-family: "Open Sans", sans-serif; margin: 0; padding: 0; font-size: 20px; line-height: 1.2; letter-spacing: 1px; color: #333; border: 0; outline: 0; } h1 { font-size: 40px; line-height: 1.5; font-weight: bold; border-bottom: 4px solid #333; margin-bottom: 20px; color: #f00; } h2 { font-size: 24px; line-height: 1.2; font-weight: bold; border-bottom: 4px solid #f00; margin-bottom: 10px; color: #0f0; } h3 { font-size: 20px; line-height: 1.1; font-weight: bold; border-bottom: 4px solid #0f0; margin-bottom: 5px; color: #00f; } p { margin: 0 0 20px 0; font-size: 18px; line-height: 1.4; color: #333; word-wrap: break-word; } a { color: #f00; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 18px; line-height: 1.2; border-bottom: 4px solid #f00; transition: border-color 0.2s; } a:hover { border-bottom: 8px solid #f00; transition: border-bottom 0.2s; } a:visited { color: #333; border-bottom: 0; text-decoration: none; text-transform: none; font-weight: normal; transition: none; } img { width: 100%; height: auto; margin: 20px 0; border: 4px solid #f00; border-radius: 10px; box-shadow: 0 0 10px black; } img:hover { border: 12px solid #f00; transition: border 0.2s; } code { font-family: "Consolas", "Monaco", "Menlo", "Monaco", "monospace", "monospace", "Courier", "Courier New"; font-size: 16px; line-height: 1.2; color: #0f0; border-bottom: 4px solid #0f0; background-color: #f0f; } pre { font-family: "Consolas", "Monaco", "Menlo", "Monaco", "monospace", "monospace", "Courier", "Courier New"; font-size: 16px; line-height: 1.2; color: #0f0; border-bottom: 4px solid #0f0; background-color: #f0f; padding: 20px; margin: 20px 0 20px 0; border-radius: 10px; box-shadow: 0 0 10px black; }