.tags-wrap{display:flex;align-items:center;justify-content:center;min-height:300px}.tags-wrap .tags{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;width:100%;max-width:800px}.tags-wrap .tags .tag{margin:.5rem;padding:5px 8px;text-decoration:none;color:var(--font-black-white);border-radius:10px;background-color:var(--card-background);font-size:20px;transition:.3s;box-shadow:var(--card-shadow)}.tags-wrap .tags .tag:hover{box-shadow:var(--card-tiny-shadow)}.tags-wrap .tags .tag.active{color:#fff;background:var(--theme-color)}.tags-wrap .tags .tag.active .tag-text:before{color:#fff}@media (any-hover: hover){.tags-wrap .tags .tag:hover{color:#fff;background:var(--theme-color)}.tags-wrap .tags .tag:hover .tag-text:before{color:#fff}}.tags-wrap .tags .tag .tag-text:before{margin-right:3px;content:"#";transition:.3s ease;color:var(--font-light-grey)}.tags-wrap .tags.floating .tag{animation:floating 5s ease-in-out infinite alternate}.tags-wrap .tags.floating .tag:nth-child(3n+1){animation-delay:-3.334s}.tags-wrap .tags.floating .tag:nth-child(3n+2){animation-delay:-1.667s}.tags-wrap .tags.floating .tag:nth-child(3n+3){animation-delay:0s}
