.keyboard-key {
padding: 0.25em 0.5em;
display: inline-block;
line-height: 1;
font-weight: 500;
font-size: 0.875rem;
border-radius: 4px;
border: 1px solid;
border-color: rgba(255,255,255,0.05);
background: hsl(220,17%,93%);
color: #202122;
}