 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

 html, body {
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
     font-size: 15px;
     line-height: 1.7;
     overflow-x: hidden;
     overscroll-behavior: contain;
 }

 a {
     cursor: pointer;
     transition: all 200ms linear;
 }

 a:hover {
     text-decoration: none;
 }

 .link {
     color: #c4c3ca;
 }

 .link:hover {
     color: #15b4ef!important;
 }


img.loggedUser{
    width: 50px;
}

#search.btn,
 .btn-color {
     color: #fff;
     background-color: #0ba0dc;
     border-color: #0ba0dc;
 }

 .btn-color:hover,
 .btn-color:active,
 .btn-color:focus {
     color: #fff;
     background-color: #000;
     border-color: #000;

 }
 .btn-color.btn:focus {
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(3, 3, 3, 0.25);
 }
