@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

.certificate svg {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.certificate svg text {
  font-family: "Poppins", sans-serif;
}

.certificate svg .student-name {
  text-anchor: middle;
  font-size: 75px;
  fill: #3e3e3e;
  font-weight: 600;
}

.certificate svg .goal {
  text-anchor: middle;
  font-size: 40px;
  fill: #fb785c;
  font-weight: 500;
}

.certificate svg .certificate-id {
  text-anchor: end;
  font-size: 16px;
  fill: #adadad;
  font-weight: 400;
}