* {
  font-family: 'Montserrat';
}
#display__picture__wrapper {
  display: grid;
  justify-items: center;
}

.img__header {
  width: 400px;
  display: flex;
}

.elegant__header {
  font-family: Montserrat;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03a9f4),
    to(#ff9800)
  );
  background: -webkit-linear-gradient(0deg, #03a9f4, #ff9800);
  background: -moz-linear-gradient(0deg, #03a9f4, #ff9800);
  background: -ms-linear-gradient(0deg, #03a9f4, #ff9800);
  background: -o-linear-gradient(0deg, #03a9f4, #ff9800);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  color: #03a9f4;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  line-height: 1.2em;
}

.header__title {
  margin-block-start: 4rem;
  color: black;
}

.header__description {
  font-weight: 400;
  color: #474747;
}

.numbered__data {
  padding-left: 40px;
  font-weight: 400;
  color: #474747;
}
