.home{height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--bg-soft)}.home div{display:flex;flex-direction:column;gap:10px;max-width:800px;width:90%;padding:20px;border-radius:10px;box-shadow:var(--shadow);background-color:var(--bg)}h1{display:flex;justify-content:space-around;align-items:center;font-size:clamp(1.5rem,5vw,3rem);color:var(--text-color)}span{cursor:pointer}img{width:100%;object-fit:cover;object-position:center}*,:before,:after{margin:0;padding:0;box-sizing:border-box}.theme-light{--bg-soft: #f6f2f4;--bg: #ffffff;--shadow: 0 0 8px rgba(0,0,0,.4);--text-color: #000}.theme-dark{--bg-soft: #2c2c2c;--bg: #000;--shadow: 0 0 8px rgba(255, 255, 255, .4);--text-color: #fff}
