html, body {
  margin: 0;
  padding: 0;
  background-color: white;
}
canvas {
  display: block;
}
img{
  display: block;
  max-width: 100%;
  height: auto;
}
text{
  font-family: 'Outfit', sans-serif;
}
.coming-soon-regular {
  font-family: "Coming Soon", cursive;
  font-weight: 600;
  font-style: normal;
}
.fuzzy-bubbles-regular {
  font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fuzzy-bubbles-bold {
  font-family: "Fuzzy Bubbles", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.calder-shadow {
  font-family: "calder-shadow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* darker overlay via semi-transparent background + blend mode */
  background-color: rgba(202, 212, 170, 0.45);
  /* use an image for the nav background (place headerBKG.jpg in the same folder) */
  background-color: rgb(255, 255, 255);
  /* multiply the image with the dark background to darken it */
  background-blend-mode:multiply;
  font-size: 1.5em;
  font-family: "pacaembu", sans-serif;
  font-weight: 500;
}
img {
  width: 30%;
  float: right;
}
img:hover {
  opacity: 0.5;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: rgb(177, 64, 47);
  text-align: center;
  padding: 40px 40px;
  text-decoration: none;
}

ul li a:hover {
  text-decoration: underline;
}
.cotton-regular {
  font-family: "cotton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pacaembu-regular {
  font-family: "pacaembu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pacaembu-bold {
  font-family: "pacaembu", sans-serif;
  font-weight: 700;
  font-style: normal;
}