:root{--main-text-color:#aaffaa;--input-background:#2c2c2c;--input-color:#e0e0e0;--link-color:#e2fb00}.tools-blocks{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.tool-card{background-color:#1e1e1e;border:1px solid var(--main-text-color);border-radius:5px;padding:15px;width:200px;text-align:center;transition:transform .2s;color:var(--main-text-color);text-decoration:none;display:flex;flex-direction:column;justify-content:space-evenly}.tool-card:hover{transform:scale(1.05);color:#fff;border-color:var(--link-color)}