.card{background-color:var(--grey-800);width:327px;height:579px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px}.card .profile-section{transform:translateY(-12px);display:flex;flex-direction:column;justify-content:center;text-align:center;gap:var(--spacing-150)}.card .profile-section .profile-image-holder{width:88px;height:88px;margin:auto;margin-bottom:var(--spacing-150)}.card .profile-section .profile-image-holder img{display:block;width:inherit;height:inherit;border-radius:50%}.card .profile-section .profile-info{height:61px;margin-bottom:8px}.card .profile-section .profile-info h2.profile-name{font-weight:700;font-size:var(--fs-big);margin-bottom:var(--spacing-150)}.card .profile-section .profile-info h3.profile-address{font-weight:700;color:var(--green)}.card .profile-section p.profile-description{margin-bottom:var(--spacing-150)}.card .link-section{display:flex;flex-direction:column;margin-top:var(--spacing-150);gap:var(--spacing-200)}.card .link-section .link-item{height:45px;width:304px;text-align:center;line-height:45px;background-color:var(--grey-700);border-radius:6px;font-weight:700;transition:.2s}.card .link-section .link-item:hover{background-color:var(--green);color:var(--grey-800);cursor:pointer}.card .link-section .link-item:active{opacity:.8;color:var(--grey-700);transform:scale(.98)}@media (hover: none){.card .link-section .link-item:hover{background-color:var(--grey-700);color:var(--white);cursor:pointer}}@media only screen and (min-width: 768px){.card{width:456px;height:611px}}@media only screen and (min-width: 1440px){.card{width:384px;height:611px}}@font-face{font-family:Inter;font-weight:100 900;src:url(./fonts/Inter-VariableFont_slnt,wght.ttf) format("truetype-variations")}:root{--grey-900: #141414;--grey-800: #1f1f1f;--grey-700: #333333;--green: #c4f82a;--white: #fff;--spacing-500: 40px;--spacing-300: 24px;--spacing-200: 16px;--spacing-150: 12px;--spacing-100: 8px;--spacing-50: 4px;--fs-big: 24px;--fs-small: 14px}html{font-family:Inter,serif;font-size:var(--fs-small)}body{min-height:100dvh}.root-container{min-height:100dvh;width:100%;display:flex;justify-content:center;align-items:center;color:var(--white);background-color:var(--grey-900)}
