@import"https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bebas+Neue&family=Comfortaa:wght@300..700&family=Dosis:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rouge+Script&display=swap";:root{--dark-red: #843536;--medium-red: #be7e6a;--light-red: #bb9587;--white-ish: #f8eae9}*{margin:0;padding:0;box-sizing:border-box}.app{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;font-family:Arvo,serif;padding:40px 20px;background-attachment:fixed}@media(max-width:500px){.app{align-items:flex-start;padding:40px 0;height:auto;min-height:100vh}}.background{background-image:url(/assets/desktop-CS1vPmJP.png);background-size:cover;background-position:center}@media(max-width:500px){.background{background-image:none;background-color:var(--white-ish)}}.card{border-radius:19px;border:3px solid var(--dark-red);background:#f8eae9cc;padding:52px 20px;width:85%;max-width:516px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px}@media(max-width:500px){.card{width:90%;margin:0 auto;border:none;gap:48px;height:auto;min-height:85vh;justify-content:space-between}}.card-header{display:flex;flex-direction:column;align-items:center;gap:10px}@media(max-width:500px){.card-header{gap:16px}}.card-header__profile-image{border-radius:100%;height:142px;width:142px}@media(max-width:500px){.card-header__profile-image{height:120px;width:120px}}.card-header__name{color:var(--dark-red);font-size:36px;font-weight:400}@media(max-width:500px){.card-header__name{font-size:28px}}.card-header__last-name{font-weight:700}.card-header__description{font-size:1.1rem;color:var(--dark-red)}.card__links{display:flex;flex-direction:column;align-items:center;gap:25px;width:100%}@media(max-width:500px){.card__links{gap:20px;flex-grow:1;justify-content:center}}.card__links li{border-radius:17px;border-right:5px solid var(--dark-red);border-bottom:5px solid var(--dark-red);background:var(--medium-red);list-style:none;width:100%;display:flex;justify-content:center}.card__links li a{text-align:center;text-decoration:none;color:#fff;padding:10px;font-size:24px;font-weight:400;width:100%}.card__social-links{display:flex;justify-content:space-around;align-items:center;list-style:none;gap:59px}@media(max-width:500px){.card__social-links{margin-top:auto;padding-bottom:20px}}.card__social-links img{width:50px;height:50px}.card__links li:hover,.card__social-links img:hover{transform:scale(1.05);transition:transform .2s ease}.card__footer{margin-top:auto;padding-top:20px;font-size:.75rem;color:var(--dark-red);opacity:.8;display:flex;flex-direction:column;gap:5px}.card__footer a{color:var(--dark-red);font-weight:700;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .3s ease}.card__footer a:hover{border-bottom:1px solid var(--dark-red)}@media(max-width:500px){.card__footer{padding-bottom:10px}}
