.skidbacke {
  margin-top: 100px;
  position: relative;
  background-image: url(../img/line@2x.png);
  background-repeat: none;
  background-size: 200px 1540px;
  height: 1540px;
  width: 200px;
}

.animate {
  background: #2db34a;
  height: 95px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  width: 95px;
}

.animate:hover {
  background: #ff7b29;
}



.circle { 
  width: 50px;
  height: 50px;
  background: #9ab937; 
  border-radius: 25px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.link {
  cursor: pointer;
}


.circle__label {
  text-align: center; 
  color:#000;
  font-size: 11px;
  line-height: 1.2em;
  white-space: nowrap;
}

.circle.active {
  background: #ff7b29;
}

.bigcircle { 
  position: absolute;
  width: 110px;
  height: 110px;
  background: #76b7cb; 
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigcircle__label {
  text-align: center; 
  color:#ffffff;
  font-size: 20px;

}