body {background-color: #fff8e5; }

.smallerimg {width:300px; height: auto; margin: 0 auto;}
.holderimage {margin: 0 auto; max-width: 300px;}

h1 { font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background-color: #ff294e;
  padding: 5px 20px;
  color: white;
  margin: 0 auto;
  display: table;}

  h2 {
font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background-color: #ff294e;
  padding: 5px 20px;
  color: white;
  margin: 0 auto;
  display: table;
}

  h3 {
font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background-color: #f1683b;
  padding: 5px 20px;
  color: white;
  margin: 0 auto;
  display: table;
}

.flare {font-size: 22px; color: #f1683b}

  p {font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}

@media (width <= 600px) {
  h1 {font-size: 22px;}
}