  .cont {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 200px;
}

ol> li{
	padding-bottom: 15px
}

.side_degine {
	color: green; 
	font-weight: bold;
}