.TitleScreen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  image-rendering: pixelated;
}

.TitleScreen .KeyboardMenu {
  top: 128px;
  position: relative;
  width: 104px;
  margin: 0 auto;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 36px;
}

.TitleScreen button {
  color: #fff;
  justify-content: center;
  padding: 0px;
  background: var(--menu-background);
  height: 16px;
  width: 104px;
  border-radius: var(--menu-border-radius);
  border: 1px solid white;
}

.TitleScreen .KeyboardMenu button:focus::before {
  content: ">";
  position: absolute;
  left: 3px;
}

.TitleScreen .DescriptionBox {
  background: transparent;
  color: #fff;
  border: 0;
  text-align: center;
}
