body 
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#navbar 
{
    position: sticky;
    top: 0%;
    z-index: 10;
}

.navbar 
{
    background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
    padding-top: 10px;
}

.navbar img 
{
    /* width: 40px; */
    height: 40px;
    border-radius: 50%;
    padding-left: 15%;
    transition:all .5s ;
}
.navbar p 
{
    display: inline-block;
    font-size: 15px;
    font-family: cursive;
}
.navbar img:hover
{
    transform: scale(3);
}

.navbar  li a 
{
    color: whitesmoke !important;
    float: right;
    text-align: center !important;
}

.navbar .fa-bars
{
    color: aliceblue;
    font-size: 2rem;
   
}

.navbar-toggler 
{
    outline: none !important;
   
}