.palette-adp {
  background: linear-gradient(90.04deg, #7b82f3, #8eeac6);
}

.wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  position: relative;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}

h2::after {
  width: 100%;
  height: 20px;
  border-radius: 20px;
  background-color: #6afdef;
  content: "";
  font-size: 90%;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}

@font-face {
  font-family: "CeraRound";
  font-style: normal;
  font-weight: 100;
  src: local("CeraRound"), url("./fonts/cera-round/CeraRoundProThin.otf") format("otf");
}
@font-face {
  font-family: "CeraRound";
  font-style: normal;
  font-weight: 300;
  src: local("CeraRound"), url("./fonts/cera-round/CeraRoundProLight.otf") format("otf");
}
@font-face {
  font-family: "CeraRound";
  font-style: normal;
  font-weight: 500;
  src: local("CeraRound"), url("./fonts/cera-round/CeraRoundProMedium.otf") format("otf");
}
@font-face {
  font-family: "CeraRound";
  font-style: normal;
  font-weight: 900;
  src: local("CeraRound"), url("./fonts/cera-round/CeraRoundProBlack.otf") format("otf");
}
@font-face {
  font-family: "CeraRound";
  src: url("./fonts/cera-round/CeraRound-Regular-Web.eot");
  src: url("./fonts/cera-round/CeraRound-Regular-Web.eot#iefix") format("embedded-opentype"), url("./fonts/cera-round/CeraRound-Regular-Web.woff2") format("woff2"), url("./fonts/cera-round/CeraRound-Regular-Web.woff") format("woff"), url("./fonts/cera-round/CeraRound-Regular-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "CeraRound";
  src: url("./fonts/cera-round/CeraRound-Bold-Web.eot");
  src: url("./fonts/cera-round/CeraRound-Bold-Web.eot#iefix") format("embedded-opentype"), url("./fonts/cera-round/CeraRound-Bold-Web.woff2") format("woff2"), url("./fonts/cera-round/CeraRound-Bold-Web.woff") format("woff"), url("./fonts/cera-round/CeraRound-Bold-Web.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}