@font-face {
  font-family: "signature";
  src: url("./fonts/Fettura.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
  font-size: 12px;
}
.badge {
  width: 237px;
  height: 229px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-image: url("./stamp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.badge span {
  position: absolute;
  width: 0px;
  height: 99px;
  top: 15px;
  transform-origin: bottom;
  font-size: 12px;
}
.badge div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.badge:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  width: 65%;
  height: 65%;
  border-radius: 50%;
}
.top {
  transform: rotate(-50deg);
}
.bottom {
  transform: translateY(100px);
}
.bottom span {
  padding-top: 85px;
  transform-origin: top center;
}
.title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
}
.title .signature {
  font-family: "signature";
  font-weight: 600;
  font-size: 16px !important;
}
.title .address {
  font-weight: 900;
  font-size: 8px;
  padding: 5px;
}
.char {
  font-weight: 600 !important;
}
