.scrollcon{max-height:40vh;overflow-x:hidden;overflow-y:scroll;border:1px solid #ccc;border-radius:10px}.scrollcon::-webkit-scrollbar{width:14px}.scrollcon::-webkit-scrollbar-track{background:#000;border-radius:10px}.scrollcon::-webkit-scrollbar-thumb{background:red;border-radius:10px}.text{animation:animated-text 4s steps(29,end) 1s 1 normal both,animated-cursor 600ms steps(29,end) infinite}@keyframes animated-text{from{width:0}to{width:700px}}@keyframes animated-cursor{from{border-right-color:rgba(0,255,0,.75)}to{border-right-color:transparent}}.follow:hover{background-color:#333}.follow:hover>h1{color:#fff}.follow:hover .list{color:#fff}.list{color:#333}.follow:hover .icon{transform:scale(1.2);transition:all 300ms ease-in-out}