.backlink-wrapper {
    font-size: 8px; 
    color: #999;
    text-align: right; 
    margin-top: 20px;
    line-height: 1.4;
    position: fixed; 
    bottom: 0; 
    right: 0; 
    padding: 10px;
  }
  .backlink-wrapper a {
    color: #999;
    margin: 0 5px;
    text-decoration: none;
  }
  .backlink-wrapper a:hover {
    text-decoration: underline;
  }
  img {
    max-width: 100%;
    height: auto;
  }