.documentationpage .background_gradient {
  background-image: linear-gradient(to bottom, hsl(330, 100%, 45.1%) 0%, hsl(330, 100%, 45.1%) 33.3%, hsl(270, 50%, 45.1%) 33.3%, hsl(270, 50%, 45.1%) 66.7%, hsl(210, 100%, 45.1%) 66.7%, hsl(210, 100%, 45.1%) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: auto;
}
.documentationpage .background_gradient_linear {
  background-image: linear-gradient(90deg, #FBB03B, #A01303);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: auto;
}
.documentationpage .background_gradient_radial {
  background-image: radial-gradient(circle, #A01303 0%, #2D396C 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: auto;
}
.documentationpage .background_image {
  width: 220px;
  height: 140px;
  background-image: url("../img/test/1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FEFEFE;
  background-size: cover;
}