    :where(body, iframe, pre, img, svg, video, canvas, select) {
        max-width: 100%;
        overflow: auto;
    }
    .fa {
              padding: 8px;
              font-size: 14px;
              width: 16px;
              text-align: center;
              text-decoration: none;
              margin: 5px 2px;
              border-radius: 6px;
            }
            
            .fa:hover {
                opacity: 0.7;
            }
            
            .fa-facebook {
              background: #3B5998;
              color: white;
            }
            
            .fa-twitter {
              background: #55ACEE;
              color: white;
            }
            
            .fa-linkedin {
              background: #007bb5;
              color: white;
            }
            
            .fa-linkedin {
              background: #007bb5;
              color: white;
            }
            
            .fa-at {
              background: #55ACEE;
              color: white;
            }
            
            .fa-reddit {
              background: #FD8267;
              color: white;
            }
