.scroll1{
border:2px solid rgb(0, 217, 255);
width: 236px;
height: 50px;
border-radius: 50px;
display: block;
}
.scroll1 h4{
font-size: 16px;
display: inline-block;
color: rgb(0, 0, 0);
margin-top: 14px;
margin-left: 33%;
transition: 1s;
}
.scroll1:hover {
border-radius: 40px;
border-bottom: solid 150px;
transition: 1s;
}