@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap'); body { margin: 0; font-family: 'Libre Baskerville', serif; background: url('https://i.ibb.co/Y4SVLWjD/download-3.webp') repeat; background-size: contain; color: #dcd1b4; display: flex; min-height: 100vh; } nav { width: 220px; background-color: rgba(0, 39, 0, 0.95); position: fixed; top: 0; bottom: 0; padding: 2rem 1rem; display: flex; flex-direction: column; gap: 1rem; } nav a { color: #dcd1b4; text-decoration: none; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; } nav a:hover { color: #b5a376; } main { margin-left: 240px; padding: 4rem 2rem; max-width: 800px; } h1, h2 { color: #b5a376; } h1 { font-size: 2.5rem; margin-bottom: 2rem; } h2 { font-size: 2rem; margin-bottom: 1rem; } p { font-size: 1.1rem; line-height: 1.6; max-width: 700px; } img { width: 100%; max-width: 700px; border: 4px solid #b5a376; margin: 2rem 0; }