/*.text-gradient {
  display: inline-block;
  color: green;
  font-size: 10em;
  ont-family: ´微软雅黑´;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 128, 0, 1)), to(rgba(51, 51, 51, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
};*/

// set style for sections

.section-1 {
  background-color: gray;
  color: #ccc;
  transition: all ease-in-out .5s;
}

.section-2 {
  background-color: #ffffff;
  color: #3d79a9;
  transition: all ease-in-out .5s;
}

.section-3 {
  background-color: #ccc;
  color: darkslategray;
  transition: all ease-in-out .5s;
}

// set style for sentences
.sentence-1 {
  border-bottom: 2px solid;
}

.sentence-2 {
  border-bottom: 2px solid;
}

.sentence-3 {
  border-bottom: 2px solid;
}
