Spaces:
Sleeping
Sleeping
| .introduction-container { | |
| padding: 20px; | |
| background-color: #f0f8ff; | |
| border-radius: 8px; | |
| margin: 20px; | |
| box-shadow: 0 4px 8px rgba(0,0,0,0.1); | |
| } | |
| .introduction-container h1 { | |
| color: #333; | |
| font-size: 2em; | |
| } | |
| .introduction-container p { | |
| color: #555; | |
| font-size: 1.1em; | |
| line-height: 1.6; | |
| } | |