nav{
    height: 100vh;
}
a{
    text-decoration: none;
}
.nav-link:hover{
    color: rgb(158, 163, 163) !important;
}
