a {
    transition: all ease 0.5s;
    text-decoration: none;
    color: black;
}

a:hover {
    color:sandybrown;
}

.navbar > .link {
    font-size: 150%;
}