body { margin: 0; padding: 0; font-family: 'Georgia', serif; color: #f5f5f5; background: url('background.jpg') no-repeat center center fixed; background-size: cover; } .container { background-color: rgba(0, 0, 0, 0.6); padding: 40px; max-width: 800px; margin: 0 auto; margin-top: 5%; border-radius: 20px; box-shadow: 0 0 20px #000; } header h1 { font-size: 3em; margin-bottom: 0; color: #e0dede; } header h2 { font-size: 1.5em; font-style: italic; color: #ccc; margin-top: 0; } blockquote { font-style: italic; margin: 30px 0; padding-left: 20px; border-left: 3px solid #ccc; } nav ul { list-style: none; padding: 0; } nav ul li { margin: 10px 0; } nav ul li a { color: #c4e3ff; text-decoration: none; font-weight: bold; } nav ul li a:hover { text-decoration: underline; } footer { margin-top: 40px; font-size: 0.8em; text-align: center; color: #aaa; }