css /* Council of Egregious Egoists */ body { background-color: #f2c3a0; /* Burnt Orange */ color: #f0f0f0; /* Bright, burnt white */ font-family: 'Bodoni Bold', Arial, sans-serif; margin: 0; padding: 0; } h1 { font-size: 2rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; border-bottom: 4px solid #000000; margin-bottom: -4px; padding-bottom: 8px; } h2 { font-size: 1.5rem; font-weight: bold; text-transform: uppercase; margin-bottom: 1rem; padding-top: 1.5rem; border-top: 4px solid #000000; border-bottom: 4px solid #000000; } p { font-size: 1rem; line-height: 1.2; margin-bottom: 2rem; color: #333; } code { font-family: monospace; background-color: #333; color: #c7c7c7; border: 2px solid #000; padding: 2px 10px; border-radius: 0; } a { text-decoration: none; color: #333; border: 2px solid #000; padding: 2px 8px; text-transform: uppercase; font-size: 1rem; font-weight: bold; background-color: #f2c3a0; transition: background-color 0.1s ease-out; } a:hover { background-color: #f7d5c3; color: #000; border: 2px solid #000; transition: background-color 0.1s ease-out; text-decoration: none; } a:visited { text-decoration: none; color: #666; border: 2px solid #000; padding: 2px 8px; background-color: #f2c3a0; transition: background-color 0.1s ease-out; } a:active { background-color: #f7d5c3; color: #000; border: 2px solid #000; transition: background-color 0.1s ease-out; text-decoration: none; } a:focus { background-color: #f7d5c3; color: #000; border: 2px solid #000; transition: background-color 0.1s ease-out; text-decoration: none; } /* Council of Egregious Egoists Logo */ .logo { background-image: url('https://example.com/logo.png'); background-size: 100px 100px; background-position: center; background-repeat: no-repeat; width: 100px; height: 100px; display: block; margin: 0 auto 1rem auto; border: 4px solid #000; border-radius: 50px; box-shadow: 0 0 10px #000; position: absolute; top: 20px; right: 20px; } /* Council of Egregious Egoists Navigation */ nav { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1rem; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 0; margin: 0; background-color: #f2c3a0; border: 4px solid #000; border-radius: 10px; box-shadow: 0 0 10px #000; } nav a { grid-column: 1 / 1; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; grid-column: 1 / 4; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 0; grid-column: 1 / 4; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 0; grid-column: 1 / 4; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 0; grid-column: 1 / 4; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 0; grid-column: 1 / 4; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 0; grid-column: 1 / 4; grid-row: 1 / 1; text-align: center; padding: 2rem; background-color: #f7d5c3; border: 2px solid #000; color: #000; text-decoration: none; transition: background-color 0.1s ease-out; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 0; } /* Council of Egregious Egoists Footer */ footer { background-color: #000; color: #f2c3a0; padding: 1rem; margin: 0; border: 4px solid #000; border-top: 4px solid #000; border-radius: 10px; box-shadow: 0 0 10px #000; position: absolute; bottom: 10px; right: 20px; } /* Council of Egregious Egoists Media Queries */ @media (max-width: 768px) { /* ... */ }