Which greenwashing sin would you like to explore?
#start-button { background-color: rgba(255, 255, 255, 0.8); color: #222; border: 2px solid #ddd; border-radius: 1.5rem; padding: 0.8rem 1.6rem; font-size: 0.9rem; box-shadow: 0 2px 6px rgba(0,0,0,0.1); cursor: pointer; } #start-button:hover { background-color: rgba(255, 255, 255, 0.95); } @media screen and (orientation: portrait) { body::before { content: "🔁 Please rotate your device to landscape."; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: black; color: white; display: flex; justify-content: center; align-items: center; font-size: 2rem; z-index: 9999; text-align: center; padding: 1rem; } #game-container, #start-screen { display: none !important; } }
Which greenwashing sin would you like to explore?