/* your styles go here */
/*
    SIDEBAR
*/

@import "https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500&display=swap";
body {
    font-family: 'Prompt', sans-serif;
    background: #ebebeb;
}

p {
    font-family: 'Prompt', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.sticky {
  position: fixed;
  bottom:1%;
  right:1%;
  z-index:9999;
}

.sticky a {
 display: block;
 text-align: center;
 padding: 10px;
 font-size: 10px;
 transition: all 0.3s ease;
 color: white;
}

@media (max-width: 991px) {
  .sticky img {
    max-height: 50px;
  }
}
