:root {
  --theme-color-1-default: #f3ca20;
  --theme-color-2-default: #E8B4B8;
  --theme-color-3-default: #2FF3E0;
  --theme-color-4-default: #167D7F;
  --theme-color-5-default: #FA26A0;
  --theme-color-6-default: #F51720;
  --theme-color-button-border-default: #FFFFFF;
  --theme-color-button-shadow-default: #000000;

  --theme-A-color-1: #f3ca20;
  --theme-A-color-2: #E8B4B8;
  --theme-A-color-3: #2FF3E0;
  --theme-A-color-4: #167D7F;
  --theme-A-color-5: #FA26A0;
  --theme-A-color-6: #F51720;
  --theme-A-color-button-border: #FFFFFF;
  --theme-A-color-button-shadow: #000000;

  --theme-B-color-1: #E8B4B8;   /* #E8B4B8 - #67595E - #A49393 - #EED6D3 */
  --theme-B-color-2: #f3ca20;
  --theme-B-color-3: #009ECE;
  --theme-B-color-4: #009ECE;
  --theme-B-color-5: #009ECE;
  --theme-B-color-6: #009ECE;
  --theme-B-color-button-border: #FFFFFF;
  --theme-B-color-button-shadow: #000000;

  --theme-C-color-1: #2FF3E0;   /*  #F51720 (Chili Pepper) - #FA26A0 (Pink) - #F8D210 (Gold) - #2FF3E0 (Cyan) - https://www.canva.com/colors/color-palettes/retro-punch/ */
  --theme-C-color-2: #F7D708;
  --theme-C-color-3: #009ECE;
  --theme-C-color-4: #009ECE;
  --theme-C-color-5: #009ECE;
  --theme-C-color-6: #009ECE;
  --theme-C-color-button-border: #FFFFFF;
  --theme-C-color-button-shadow: #000000;

  --theme-D-color-1: #2FF3E0;   /*  #F51720 (Chili Pepper) - #FA26A0 (Pink) - #F8D210 (Gold) - #2FF3E0 (Cyan) - https://www.canva.com/colors/color-palettes/retro-punch/ */
  --theme-D-color-2: #F7D708;
  --theme-D-color-3: #009ECE;
  --theme-D-color-4: #009ECE;
  --theme-D-color-5: #009ECE;
  --theme-D-color-6: #009ECE;
  --theme-D-color-button-border: #F7D708;
  --theme-D-color-button-shadow: #009ECE;

  --theme-E-color-1: #29A0B1;   /*  #29A0B1 (Teal) - #167D7F (Teal Green) - #98D7C2 (Spearmint) - #DDFFE7 (Mint) -  https://www.canva.com/colors/color-palettes/water-foam/ (Waterfoam) */
  --theme-E-color-2: #167D7F;
  --theme-E-color-3: #98D7C2;
  --theme-E-color-4: #DDFFE7;
  --theme-E-color-5: #F51720;
  --theme-E-color-6: #2FF3E0;
  --theme-E-color-button-border: #2FF3E0;
  --theme-E-color-button-shadow: #000000;
}



body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#footer-1 {
  background-color:  var(--theme-A-color-1);
}
