.Header_headercontainer__zygm_{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;background-color:#fcf;border-radius:50px;box-shadow:0 5px 10px rgba(0,0,0,.1)}.Header_logo__6vBZG{width:50px;height:50px;margin-right:1rem;animation:Header_wiggle__53nyw 2s ease-in-out infinite}@keyframes Header_wiggle__53nyw{0%{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}to{transform:rotate(0deg)}}.Header_nav-link__e25Po{font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.Header_roundButton__9jPkh{display:flex;align-items:center;justify-content:center;font-size:90%;color:#f0f8ff;width:50px;height:50px;background-color:#cf4ff3;border-radius:50%;border-color:#000;cursor:pointer;transition:all .3s ease-in-out;border-radius:20px;text-decoration:none}.Header_roundButton__9jPkh:hover{transform:scale(1.1);box-shadow:0 10px 20px rgba(0,0,0,.2);transition:all .3s ease-in-out;color:rgba(0,0,0,.2);text-decoration:none}.profile_logo__z7TJQ{width:50px;height:50px;margin-right:1rem;animation:profile_wiggle__byDsZ 2s ease-in-out infinite}@keyframes profile_wiggle__byDsZ{0%{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}to{transform:rotate(0deg)}}.profile_btn__d3flP:hover{transition:.35s;padding:10px 24px;background-color:var(--background-color);color:var(--secondary-color);border:2px solid var(--secondary-color)}.profile_card-body__NclLS{font-size:1.2rem;font-weight:700;text-align:center}.profile_container__Ybkvy{display:flex;flex-direction:column;align-items:center;padding:4rem;background-color:var(--background-color)}.profile_card__hcAHm{width:80%;text-align:center;background-color:var(--card-bg-color);padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin:auto}.profile_cardTitle__3Espx{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.profile_navLink__zXHjJ{text-decoration:none}.profile_btn__d3flP{background-color:var(--primary-color);color:var(--text-color);padding:.75rem 1.5rem;border-radius:12px;font-size:1.2rem}.profile_recentArtContainer__Ey5Gn{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center}.profile_imageContainer__JO0j_{position:relative;cursor:pointer;margin:10px}.profile_recentArtImage__ClEgq{max-width:100%;border-radius:12px;transition:transform .3s ease-in-out}.profile_imageContainer__JO0j_:hover .profile_recentArtImage__ClEgq{transform:scale(.9)}.profile_hoverText___gJb4{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1rem;background-color:rgba(0,0,0,.6);padding:.5rem;border-radius:12px;opacity:0;transition:opacity .3s ease-in-out}.profile_imageContainer__JO0j_:hover .profile_hoverText___gJb4{opacity:1}