:root{--primary-color:#f48e00}body>header{background:var(--primary-color);nav { a { color: white; text-decoration: none; } a:hover { text-decoration: underline; } }}html,body{height:100vh}body>footer{position:sticky;top:100vh;div { margin: 10px; } background: var(--primary-color);a { color: white; text-decoration: none; } a:hover { text-decoration: underline; } span { color: white; }}.carousel{margin-bottom:60px}.carousel-cell{width:90%;height:600px;margin-right:20px;border-radius:5px;img { width: 100%; height: 100%; object-position: center; object-fit: cover; } .content { position: absolute; max-width: 80%; width: 60%; max-height: 70%; opacity: 0.8; }}#tafla{header { color: white; background: var(--primary-color); img { width: 50px; } } div { height: 150px; margin-bottom: 20px; img { width: 100%; height: 100%; object-position: center; object-fit: cover; } }}article{img { width: 100%; }}