

h1 {
    text-align: center;
    color: #444;
}

/* Center the table with full control */
table {
    width: 100%;
    max-width: 560px;           /* Limits table width */
    border-collapse: collapse;
    margin: 20px auto;           /* Centers table in container */
    font-size: 1em;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #2c3e50;
}

/* Subtle zebra striping */
tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f5f5ff;
    transition: background-color 0.2s ease;
}

.steno-key {
    /font-family: 'Courier New', monospace;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 1.1em;
    box-shadow: 0 1px 3px rgba(216, 27, 96, 0.1); /* Subtle shadow for depth */
}   

.steno-text {
	padding: 3px 6px;
	border-radius: 4px;
	font-size: 100em;
	font-weight: bold;
}



