.player { font-family: monospace; background-color: var(--selected-team-primarycolor); color: var(--selected-team-secondarycolor); border-width: 2px; border-radius: 100px; border-style: solid; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; /*apply a translation to */ transform: translate(-50%, -50%); user-select: none; }