 
        
        .usertitle {
text-shadow:4px 4px gray;
padding-bottom:1rem;
transition: color 1s, text-shadow 1s;
}

.usertitle:hover {
color: lime;
text-shadow: 1px 1px gray;
} @media (max-width: 767px) {
.navbar-offcanvas {
  left: -250px;}
}