/* General CSS */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  background: #ffc476;

}

/* fonts */

/* .dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.fancy-font {
    font-family: "Dancing Script", cursive;
}


.responsive {
  width: 100%;
  height: auto;
}


