html,
body {
  font-family: "Figtree";
}

.badge::before {
  content: "";
  width: 20rem;
  height: 30rem;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  filter: blur(130px);
  left: 0;
  background-color: #fdd8d0;
}

.blur-bg::before {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  border-radius: 50%;
  filter: blur(130px);
  left: 0;
  bottom: 0;
  background-color: #f7b744;
}

.badge::after {
  content: "";
  width: 20rem;
  height: 30rem;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  filter: blur(130px);
  background-color: #fef1de;
  right: 40%;
  bottom: 0;
}

#copyright > p > a:hover {
  color: #f5ab1e;
  transition: all;
  transition-duration: 300ms;
}
