html{
    scroll-behavior: smooth;
}
body{
    background-color:whitesmoke;
}
p{
    text-align: justify;
}
.navbar{
    transition: all, 1s;
}
.navbar-scrolled{
    background-color: lightblue;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}