.up-button{
    border-bottom: 5px solid #3198ff00;
}
.up-button:hover{
    border-bottom: 1px solid #3198ff;
    transition: 2s;
}
