/* 
  This file is referenced from index.html to apply initial styles
  before the React app loads
*/

body[data-public-form="true"],
html[data-public-form="true"] {
  background-color: #ECF7ED !important;
  margin: 0;
  padding: 0;
}