Change font size of each element individually

Add this code to the Custom CSS field on the Settings tab of your Spinning Wheel widget’s settings:

/*title */
[class*="WidgetTitle__Header-sc"] {
  font-size: 40px;
}

/*caption*/

[class*="WidgetTitle__Caption-sc"] {
  font-size: 20px;
}

/*Email placeholder */

[class*="TextControlBase__TextControlBasePlaceholder-sc"] {
  font-size: 20px;
}

/*Spin Now button */

.es-button-base-ellipsis {
  font-size: 20px;
}

/*No, thank you button */

[class*="content__Decline-sc"] {
  font-size: 18px;
}

/*footer */

[class*="content__Disclaimer-sc"] {
  font-size: 15px;
}

/*prize text */

[class*="sector__Label-sc"] {
  font-size: 15px;
}