.section{

scroll-margin-top:80px;

}

.section h2{

transition:
transform .6s ease,
opacity .6s ease;

}

.section:hover h2{

transform:
translateY(-3px);

}