.firstScreenActions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  margin: 2px auto 6px;
  padding: 16px 14px;
  box-sizing: border-box;
}

.firstScreenActions a {
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: center;
}

.firstScreenActions a:focus-visible {
  outline: 3px solid #1d6fd8;
  outline-offset: 3px;
}
