.App, section {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(10px + 2vmin);
}

.Buttons-container {
  display: flex;
}

.Buttons-container > button {
  margin: 10px;
}

.gpCdms {
  background-color: var(--background-base, #1ed760);
  color: var(--text-base, #000000);
  border-radius: 500px;
  font-size: inherit;
  padding: 14px 32px;
}
.encore-bright-accent-set {
--background-base: #1ed760;
--background-highlight: #21e065;
--background-press: #169c46;
--background-elevated-base: #1ed760;
--background-elevated-highlight: #1ed760;
--background-elevated-press: #1ed760;
--background-tinted-base: #1ed760;
--background-tinted-highlight: #1ed760;
--background-tinted-press: #1ed760;
--background-unsafe-for-small-text-base: #1ed760;
--background-unsafe-for-small-text-highlight: #1ed760;
--background-unsafe-for-small-text-press: #1ed760;
--text-base: #000;
--text-subdued: #000;
--text-bright-accent: #000;
--text-negative: #000;
--text-warning: #000;
--text-positive: #000;
--text-announcement: #000;
--essential-base: #000;
--essential-subdued: #000;
--essential-bright-accent: #000;
--essential-negative: #000;
--essential-warning: #000;
--essential-positive: #000;
--essential-announcement: #000;
--decorative-base: #000;
--decorative-subdued: #1abc54;
}