<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0px;
    z-index: 1001;
  }
 
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  } 

  .linkedin {
    background: #007bb5;
    color: white;
  }

  .pinterest {
    background: #e60023;
    color: white;
  }


  .tumblr {
    background: #34526f;
    color: white;
  } 

  .flickr {
    background: #ff0084;
    color: white;
  }




  
  </pre></body></html>