body {
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
}

.main-bg {
  /* background-image: linear-gradient(
    180deg,
    rgba(221, 213, 213, 0.8),
    rgb(126, 223, 234),
    rgb(236, 200, 220),
    rgb(244, 244, 160)
  ); */
  background-image: linear-gradient(
    to right bottom,
    #ffffff,
    #f5f8ff,
    #e3f4ff,
    #ccf1ff,
    #b6eef4
  );
  background-size: contain;
  background-repeat: no-repeat;
}
.main-bg-2 {
  /* background-image: url(images/v856-kul-05.jpg); */
  background-image: linear-gradient(
    180deg,
    rgba(221, 213, 213, 0.8),
    rgb(126, 223, 234),
    rgb(236, 200, 220),
    rgb(244, 244, 160)
  );
  /* background-image: linear-gradient(
    to right bottom,
    #ffffff,
    #f5f8ff,
    #e3f4ff,
    #ccf1ff,
    #b6eef4
  ); */
  background-size: contain;
  background-repeat: no-repeat;
}

.rel {
  position: relative;
}

.side {
  position: sticky;
  top: 70px;
}

a {
  text-decoration: none;
}

.list-h {
}

/* .span-text {
  background: -webkit-linear-gradient(#65f140, green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.span-text:hover {
  background: -webkit-linear-gradient(green, #65f140);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: cell;
  margin-left: 10px;
  transition: 1s;
} */
