.nav-link:hover{
    color: green;
}
.sBorder {
    border: solid;
    border-color: lightblue;
}
a{
    text-decoration: none;
    color: darkblue;
}
a:hover{
    transform: scale(.9,.9);
    transition: .7s;
    color: green;
}