.certificate-container {
  background-color: white;
  color: black;
  font-size: 18px;
  height: 816px;
  position: relative;
  width: 1065px;
}

.certificate-container > header {
  position: relative;
  background: linear-gradient(97.27deg, #1A4278 31.36%, #00FFFF 142.34%);
  height: 175px;
}

.certificate-container > header > .white-curve {
  --radius: 100%100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: white;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.certificate-container > header > img {
  height: 120px;
  translate: 0 -29px;
}

.certificate-container > footer {
  bottom: 0;
  height: fit-content;
  padding: 30px 0;
  position: absolute;
  width: 100%;
}

.certificate-container .ceo-sign {
  display: block;
  height: 130px;
  margin: 0 auto;
}
