const PlayMode = styled.p`
  margin: 1em auto;
  color: ${props => props.theme.colors.contrastDark.secondary};

  & button {