@import url(/global.css); .cards { text-align: center; } input { width: 70px; padding: 12px; margin: 10px 5px; border: 2px solid var(--surface1); border-radius: 6px; background-color: var(--surface0); color: #ffffff; font-size: 16px; text-align: center; transition: border-color 0.3s ease, box-shadow 0.3s ease; outline: none; } button { padding: 12px 20px; border: none; border-radius: 6px; background-color: var(--green); color: var(--crust); font-size: 16px; cursor: pointer; margin: 10px 5px; transition: background-color 0.3s ease, transform 0.2s ease; } button:hover { background-color: #45a049; transform: translateY(-2px); } button:active { background-color: #3e8e41; transform: translateY(0); } span#time { font-size: 36px; font-weight: bold; display: block; margin: 25px 0; color: #f5f5f5; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } a { bottom: 20px; left: 20px; position: absolute; color: #b3b3b3; text-decoration: none; font-size: 14px; transition: color 0.3s ease; } a:hover { color: #ffffff; }