.container { display: flex; align-items: center; } .follow-text { font-size: 20px; margin-right: 8px; font-weight: bold; color: #333; } .like-label { font-size: 14px; margin-right: 8px; color: #888; } .follow-button { display: inline-flex; align-items: center; padding: 8px 12px; border: none; background-color: #1877f2; color: white; font-weight: bold; font-size: 14px; border-radius: 4px; cursor: pointer; text-decoration: none; } .facebook-logo { display: inline-block; width: 20px; height: 20px; margin-right: 8px; background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/1024px-F_icon.svg.png') no-repeat center center; background-size: cover; }