body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.banner-text {
  background-image: url(images/main-top.svg);
  width: 100%;
  height: auto;
  background-size: cover;
  /* background-repeat: repeat-x; */
  margin-bottom: 1rem;
}

.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;
}

.banner-text h1 {
  font-size: 4rem;
}

.banner-text h4 {
  line-height: 1.8;
}

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

#particles-js {
  /* height: 100vh; */
  background-color: rgb(13, 14, 14);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("images/caro1.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.sticky-top {
  top: 80px;
}

.main-bottom {
  background-image: url(images/main-bottom.svg);
  width: 100%;
  /* height: 150px; */
  background-repeat: repeat-x;
}

.topics {
  width: 90%;
  border: 1px solid green;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  color: green;
}

.topics:hover {
  color: white;
  background-color: #4fc3f7;
  cursor: cell;
  margin-left: 0.2rem;
  transition: 1s;
  cursor: pointer;
  border: 0;
}
