} header h1 { font-size: 3.2rem; margin: 0; letter-spacing: 2px; } header p { font-size: 1.3rem; max-width: 700px; margin: 20px auto 0; } section { padding: 60px 20px; } .cta:hover { background-color:#2d3a4d; color:#ffe7b3; transform: translateY(-2px); transition: all 0.2s ease-in-out; } } header { height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; color: white; padding: 20px; background-blend-mode: multiply; background-color: rgba(0,0,0,0.55); } font-size: 2rem; margin-bottom: 15px; color: #1b2430; } .cta { display: inline-block; background-color: #8b5a2b; color: white; padding: 14px 28px; text-decoration: none; font-size: 1.2rem; border-radius: 4px; margin-top: 20px; } .cta:hover { background-color: #70471f; } footer {