:root,[data-theme=classic]{--dark-grey: #1e1e1e;--text-color-default: #fff;--golden: #ffe066;--golden-light: #ffd43b;--background-item: rgba(30, 30, 30, .85);--background-input: #23211a;--box-shadow: 0 2px 16px rgba(0, 0, 0, .2);--background-blue: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);--background-navbar-item: rgba(255, 255, 255, .08);--button-bg: #4a3f35;--button-hover: #6b5a50;--border-color: #3d3d3d}[data-theme=light]{--dark-grey: #f5f5f5;--text-color-default: #1a1a1a;--text-color-muted: #4a4a4a;--golden: #b8860b;--golden-light: #d4a574;--background-item: rgba(250, 248, 245, .98);--background-input: #fff8f0;--box-shadow: 0 2px 8px rgba(0, 0, 0, .08);--background-blue: linear-gradient(90deg, #f0e9e0 0%, #e8dcc8 100%);--background-navbar-item: rgba(184, 134, 11, .08);--button-bg: #b8860b;--button-hover: #a67c52;--border-color: #dcc9b6}*{box-sizing:border-box}html,body{height:100%;margin:0}#root{height:100%}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1}body{color:var(--text-color-default);display:flex;flex-flow:column;margin:0;padding:0;min-height:100vh!important;background:var(--background-blue)!important;font-family:Cormorant Garamond,serif!important;background-repeat:no-repeat!important;background-attachment:fixed!important;background-size:cover;overflow:auto;transition:background-color .3s ease,color .3s ease}._listContainer_x493m_1{background:var(--background-item);padding:.5rem 0;box-shadow:0 2px 8px #00000014}._ulList_x493m_7{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;gap:2.5rem;margin:0;padding:.5rem 0;list-style:none}._item_x493m_18{background:var(--background-navbar-item);border-radius:1rem;padding:.7rem 1.2rem;box-shadow:0 1px 4px #0000000d;cursor:pointer;min-width:90px;text-align:center;border:none;transition:background .2s,transform .2s,box-shadow .2s}._item_x493m_18 a,._item_x493m_18 div{display:flex;flex-direction:column;align-items:center;color:var(--text-color-default);text-decoration:none;font-weight:600;font-size:1rem;gap:.3rem}._item_x493m_18 svg{height:32px;width:32px;font-size:2rem;color:var(--golden);transition:color .2s}._item_x493m_18:hover,._item_x493m_18:focus-within{background:var(--golden);transform:translateY(-4px) scale(1.05);box-shadow:0 4px 16px #0000001f}._item_x493m_18:hover svg,._item_x493m_18:focus-within svg{color:var(--text-color-default)}._item_x493m_18:hover p,._item_x493m_18:focus-within p{color:var(--text-color-default)}._item_x493m_18 p{margin:0;color:var(--text-color-default);font-size:1rem;font-weight:500;letter-spacing:.5px;transition:color .2s}@media(max-width:700px){._ulList_x493m_7{gap:1rem}}@media(max-width:600px){._ulList_x493m_7{gap:1rem}._item_x493m_18{min-width:60px;padding:.5rem .7rem}._item_x493m_18 p{font-size:.85rem}._item_x493m_18 svg{font-size:1.3rem}}@media(max-width:450px){._ulList_x493m_7{margin:auto;display:grid;grid-template-areas:"home movies characters" "spells books theme";grid-template-columns:1fr 1fr 1fr;gap:.7rem;width:90%;overflow:hidden}._home_x493m_111{grid-area:home}._movies_x493m_114{grid-area:movies}._characters_x493m_117{grid-area:characters}._spells_x493m_120{grid-area:spells}._books_x493m_123{grid-area:books}._theme_x493m_126{grid-area:theme}._item_x493m_18{width:100%;height:60px;display:flex;align-items:center;justify-content:center;padding:0}}._info_1ub68_1{border-radius:1rem;padding:1rem;background:var(--background-blue);box-shadow:var(--box-shadow)}._footer_1cip9_1{padding-top:20px;bottom:0;width:100%;margin:auto;margin-top:2rem;display:flex;flex-flow:column;align-items:center;justify-content:center;background:var(--background-item)}._footer_1cip9_1 a{letter-spacing:1.2px;text-decoration:none;color:var(--golden)}._footer_1cip9_1 a:hover{text-decoration:underline}._header_168po_1{text-align:center;position:relative;margin:auto;width:80%;font-size:2rem}._header_168po_1 h1{line-height:normal;letter-spacing:1.5px}@media(max-width:610px){._header_168po_1{width:90%;font-size:1.5rem}}@media(max-width:380px){._header_168po_1{font-size:1.2rem;width:100%}}._research_dhmmy_1{display:flex;flex-direction:row;gap:1rem;width:100%;margin:2rem 0;color:var(--text-color-default)}._research_dhmmy_1 input{flex:1;min-width:0;height:3.5rem;border-radius:.75rem;padding:1rem;font-size:1.1rem;border:2px solid var(--golden);background:var(--background-input);color:var(--golden);box-shadow:0 2px 12px #0000001f;transition:border-color .3s,box-shadow .3s;outline:none}._research_dhmmy_1 input::placeholder{color:#b8860b99}._research_dhmmy_1 input:focus{border-color:var(--golden-light);background:var(--background-input);box-shadow:0 0 0 4px #b8860b26}._research_dhmmy_1 button{flex:0 0 auto;width:120px;height:3.5rem;border-radius:.75rem;padding:.75rem 1.5rem;font-size:1rem;background:linear-gradient(90deg,var(--golden) 60%,var(--golden-light) 100%);color:#2d2613;border:none;box-shadow:0 2px 12px #0000001a;transition:background .3s,transform .3s;font-weight:700;letter-spacing:.5px;cursor:pointer;white-space:nowrap}._research_dhmmy_1 button:hover{transform:scale(1.05);background:linear-gradient(90deg,var(--golden-light) 60%,var(--golden) 100%);box-shadow:0 4px 24px #0000002e}._research_dhmmy_1 button:active{transform:scale(.98)}@media(max-width:768px){._research_dhmmy_1{gap:.75rem;margin:1.5rem 0}._research_dhmmy_1 input{font-size:1rem;height:3rem;padding:.75rem}._research_dhmmy_1 button{height:3rem;width:100px;font-size:.95rem}}@media(max-width:480px){._research_dhmmy_1{flex-direction:column;gap:1rem;margin:1rem 0}._research_dhmmy_1 input{width:100%;height:2.75rem;font-size:1rem;padding:.75rem}._research_dhmmy_1 button{width:100%;height:2.75rem;font-size:.9rem}}._container_1ltv4_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}._boxPatternStyle_1l1x8_1{width:fit-content;margin:auto;background-color:var(--background-item);box-shadow:var(--box-shadow);padding:32px 32px 24px;border-radius:16px;display:flex;flex-flow:column wrap;justify-content:center;align-items:center}._listOfCharacters_1jjng_1{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1rem;color:var(--text-color-default);padding:2rem;border-radius:1rem}._listOfCharacters_1jjng_1 h3{font-weight:700;color:var(--golden);margin:0}._listOfCharacters_1jjng_1 p{color:var(--text-color-muted, var(--text-color-default));margin:0}._character_1jjng_25{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s ease;border:2px solid transparent;border-radius:.75rem;cursor:pointer}._character_1jjng_25 ._info_1jjng_37{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;flex:1}._character_1jjng_25 ._info_1jjng_37 *{margin:0}._character_1jjng_25 img{width:70px;height:auto;border-radius:.5rem;flex-shrink:0;object-fit:cover}._character_1jjng_25:hover{transform:translateY(-4px);background:var(--background-navbar-item);border:2px solid var(--golden);box-shadow:0 6px 16px #00000026}._character_1jjng_25:active{transform:translateY(-2px)}@media(max-width:768px){._listOfCharacters_1jjng_1{padding:1.5rem}._character_1jjng_25{flex-direction:column;align-items:center;text-align:center;padding:1.25rem}._character_1jjng_25 ._info_1jjng_37{align-items:center}._character_1jjng_25 img{width:80px}}@media(max-width:480px){._listOfCharacters_1jjng_1{padding:1rem;gap:.75rem}._character_1jjng_25{padding:1rem}._character_1jjng_25 img{width:60px}._character_1jjng_25 ._info_1jjng_37 h3{font-size:.95rem}._character_1jjng_25 ._info_1jjng_37 p{font-size:.8rem}}._container_1pos3_1 h3{color:var(--golden);font-size:1.5rem;margin-bottom:1rem}._container_1pos3_1 p{color:var(--text-color-default);font-size:1rem;margin:0}._container_1pos3_1 u{color:var(--golden);font-weight:600}@media(max-width:500px){._container_1pos3_1{max-width:80%}}._container_11di4_1{width:100%;display:flex;flex-flow:column;gap:1.2rem}._container_11di4_1 p{text-align:center}._listOfMovies_11di4_12{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1rem;background:var(--background-item);color:var(--text-color-default);padding:2rem;border-radius:1rem;box-shadow:var(--box-shadow)}._listOfMovies_11di4_12 h3{font-weight:700;color:var(--golden);margin:0}._listOfMovies_11di4_12 p{color:var(--text-color-muted, var(--text-color-default));margin:0}._movie_11di4_38{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s ease;border:2px solid transparent;border-radius:.75rem;cursor:pointer}._movie_11di4_38:hover{transform:translateY(-4px);background:var(--background-navbar-item);border:2px solid var(--golden);box-shadow:0 6px 16px #00000026}._movie_11di4_38:active{transform:translateY(-2px)}._movie_11di4_38 img{width:70px;height:auto;border-radius:.5rem;flex-shrink:0;object-fit:cover}._movie_11di4_38 h3{flex:1;font-size:1.1rem;line-height:1.4}._movie_11di4_38 p{flex:1;font-size:.85rem;font-family:monospace;word-break:break-all;opacity:.7}@media(max-width:768px){._listOfMovies_11di4_12{padding:1.5rem}._movie_11di4_38{flex-direction:column;align-items:center;text-align:center;padding:1.25rem}._movie_11di4_38 img{width:80px}._movie_11di4_38 h3{font-size:1rem}._movie_11di4_38 p{font-size:.8rem}}@media(max-width:480px){._listOfMovies_11di4_12{padding:1rem;gap:.75rem}._movie_11di4_38{padding:1rem}._movie_11di4_38 img{width:60px}._movie_11di4_38 h3{font-size:.95rem}._movie_11di4_38 p{font-size:.75rem}}._containerList_x6wty_1{display:flex;flex-direction:column;gap:1rem;width:100%;color:var(--text-color-default);padding:2rem;border-radius:1rem}._listItem_x6wty_14{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s ease;border:2px solid transparent;border-radius:.75rem;cursor:pointer}._listItem_x6wty_14 ._info_x6wty_26{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;flex:1}._listItem_x6wty_14 ._info_x6wty_26 *{margin:0}._listItem_x6wty_14 ._info_x6wty_26 h3{font-style:italic;color:var(--golden)}._listItem_x6wty_14 ._info_x6wty_26 p{font-weight:lighter;color:var(--text-color-muted, var(--text-color-default));font-size:.9rem}._listItem_x6wty_14 img{width:70px;height:100px;border-radius:.5rem;flex-shrink:0;object-fit:cover}._listItem_x6wty_14:hover{transform:translateY(-4px);background:var(--background-navbar-item);border:2px solid var(--golden);box-shadow:0 6px 16px #00000026}._listItem_x6wty_14:active{transform:translateY(-2px)}@media(max-width:768px){._containerList_x6wty_1{padding:1.5rem}._listItem_x6wty_14{flex-direction:column;align-items:center;text-align:center;padding:1.25rem}._listItem_x6wty_14 ._info_x6wty_26{align-items:center}._listItem_x6wty_14 img{width:80px}}@media(max-width:480px){._containerList_x6wty_1{padding:1rem;gap:.75rem}._listItem_x6wty_14{padding:1rem}._listItem_x6wty_14 img{width:60px}._listItem_x6wty_14 ._info_x6wty_26 h3{font-size:.95rem}._listItem_x6wty_14 ._info_x6wty_26 p{font-size:.75rem}}._container_5je6s_1{display:flex;flex-direction:column;gap:1.2rem;max-width:80%;width:60%}._listOfBooks_5je6s_9{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1rem;background:var(--background-item);color:var(--text-color-default);padding:2rem;border-radius:1rem;box-shadow:var(--box-shadow)}._listOfBooks_5je6s_9 h3{font-weight:700;color:var(--golden);margin:0}._listOfBooks_5je6s_9 p{color:var(--text-color-muted, var(--text-color-default));margin:0;font-size:.9rem}._book_5je6s_36{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s ease;border:2px solid transparent;border-radius:.75rem;cursor:pointer}._book_5je6s_36:hover{transform:translateY(-4px);background:var(--background-navbar-item);border:2px solid var(--golden);box-shadow:0 6px 16px #00000026}._book_5je6s_36:active{transform:translateY(-2px)}._bookCover_5je6s_60{width:70px;height:auto;border-radius:.5rem;flex-shrink:0;object-fit:cover;border:1px solid var(--golden)}._info_5je6s_69{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;flex:1}._info_5je6s_69 *{margin:0}@media(max-width:768px){._container_5je6s_1{width:80%}._listOfBooks_5je6s_9{padding:1.5rem}._book_5je6s_36{flex-direction:column;align-items:center;text-align:center;padding:1.25rem}._book_5je6s_36 ._info_5je6s_69{align-items:center}._bookCover_5je6s_60{width:80px}}@media(max-width:480px){._listOfBooks_5je6s_9{padding:1rem;gap:.75rem}._book_5je6s_36{padding:1rem}._bookCover_5je6s_60{width:60px}._book_5je6s_36 h3{font-size:.95rem}._book_5je6s_36 p{font-size:.75rem}}._hero_1s3ha_1{background:linear-gradient(135deg,var(--background-blue));padding:4rem 2rem;text-align:center;border-radius:1rem;margin-top:2rem;color:var(--text-color-default)}._heroContent_1s3ha_10 h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px}._heroContent_1s3ha_10 p{font-size:1.3rem;max-width:600px;margin:0 auto;opacity:.95;line-height:1.6}._cardsSection_1s3ha_25{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:4rem auto;width:90%;max-width:1200px}._card_1s3ha_25{background:var(--background-item);border:2px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}._card_1s3ha_25:hover{transform:translateY(-8px);border-color:var(--golden);box-shadow:0 12px 24px #0003}._card_1s3ha_25:active{transform:translateY(-4px)}._cardIcon_1s3ha_57{font-size:3rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;color:var(--golden)}._card_1s3ha_25 h2{font-size:1.8rem;margin:.5rem 0;color:var(--golden)}._card_1s3ha_25 p{font-size:1rem;color:var(--text-color-muted, var(--text-color-default));line-height:1.5;flex-grow:1}._cardButton_1s3ha_79{background:var(--golden);color:var(--text-color-default);border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}._cardButton_1s3ha_79:hover{background:var(--golden-light);transform:scale(1.05)}._cardButton_1s3ha_79:active{transform:scale(.98)}._aboutSection_1s3ha_101{background:var(--background-item);padding:3rem 2rem;border-radius:1rem;margin:2rem auto;width:90%;max-width:800px;text-align:center}._aboutSection_1s3ha_101 h2{font-size:2rem;color:var(--golden);margin-bottom:1.5rem}._aboutSection_1s3ha_101 p{font-size:1.1rem;line-height:1.8;margin-bottom:1rem;color:var(--text-color-default)}._aboutSection_1s3ha_101 a{color:var(--golden);text-decoration:none;font-weight:600}._aboutSection_1s3ha_101 a:hover{text-decoration:underline}._content_rhdfw_1{width:fit-content;position:relative;background:var(--background-item);height:fit-content;box-shadow:var(--box-shadow);border-radius:1rem;margin:0 auto;display:flex;gap:.5rem;flex-flow:column;align-items:center}._backButton_rhdfw_15{left:.5rem;width:20%;max-width:30%;display:flex;justify-content:center;align-items:center;gap:.7rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;background:var(--button-bg);color:var(--text-color-default);border:2px solid var(--golden);border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}._backButton_rhdfw_15:hover{background:var(--button-hover);transform:translate(-4px);box-shadow:0 4px 12px #0000004d}._backButton_rhdfw_15:active{transform:translate(-2px)}img{height:inherit;position:relative;top:inherit;float:left;overflow:hidden;width:300px;height:430px;border-radius:16px;transition:transform .2s}img:hover{transform:scale(1.03)}._content_rhdfw_1 ._resume_rhdfw_61{padding:32px 32px 24px;border-radius:16px;max-width:800px}._content_rhdfw_1 ._resume_rhdfw_61 h3{padding:.3rem;font-size:2.2rem;margin-bottom:18px;color:var(--golden)}._content_rhdfw_1 ._resume_rhdfw_61 p{padding:1rem;font-size:1.1rem;margin-bottom:10px;color:var(--text-color-default)}._videoWrapper_rhdfw_81{position:relative;width:100%;max-width:800px;aspect-ratio:16 / 9;margin:0 auto}._videoWrapper_rhdfw_81 iframe{position:absolute;width:100%;height:100%;left:0;top:0;border:none;overflow:hidden;display:block}@media(max-width:850px){._content_rhdfw_1{width:90%}}@media(max-width:600px){._backButton_rhdfw_15{margin:1rem;max-width:40%;width:40%}._content_rhdfw_1{width:80%;display:flex;flex-flow:column;justify-content:center;align-items:center;transition:all .3s}._content_rhdfw_1 img{display:block;text-align:center;margin-top:1rem}._content_rhdfw_1 ._resume_rhdfw_61{padding-top:0}._content_rhdfw_1 ._resume_rhdfw_61 h3{text-align:center}}._content_1wovl_1{background:var(--background-item);height:fit-content;box-shadow:var(--box-shadow);border-radius:1rem;max-width:700px;margin:0 auto;padding:0 1rem}._backButton_1wovl_11{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;background:var(--button-bg);color:var(--text-color-default);border:2px solid var(--golden);border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}._backButton_1wovl_11:hover{background:var(--button-hover);transform:translate(-4px);box-shadow:0 4px 12px #0000004d}._backButton_1wovl_11:active{transform:translate(-2px)}._resume_1wovl_38{display:flex;gap:2rem;justify-content:center;align-items:center;padding:32px 32px 24px;border-radius:16px}._resume_1wovl_38 img{width:100%;max-width:300px;min-width:120px;height:auto;border-radius:16px;transition:all .2s ease-in-out;object-fit:cover;box-shadow:var(--box-shadow);display:block}._resume_1wovl_38 img:hover{transform:scale(1.03);box-shadow:var(--box-shadow)}._info_1wovl_64 h3{font-size:2.2rem;margin-bottom:18px;color:var(--golden)}._info_1wovl_64 p{font-size:1.1rem;margin-bottom:10px;color:var(--text-color-default)}@media(max-width:850px){._content_1wovl_1{max-width:98%;padding:0 .5rem}._resume_1wovl_38{gap:1.2rem;padding:24px 8px 18px}._resume_1wovl_38 img{max-width:170px}}@media(max-width:650px){._resume_1wovl_38{flex-direction:column;align-items:center;gap:1rem;padding:16px}._resume_1wovl_38 img{max-width:140px;min-width:80px;width:100%}._info_1wovl_64 h3{font-size:1.4rem;margin-bottom:12px}._info_1wovl_64 p{font-size:1rem;margin-bottom:7px}}._container_1yimj_1{background:var(--background-item);height:fit-content;box-shadow:var(--box-shadow);border-radius:1rem;display:flex;align-items:flex-start;gap:2rem;padding:2rem;overflow:hidden}._backButton_1yimj_13{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;background:var(--button-bg);color:var(--text-color-default);border:2px solid var(--golden);border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}._backButton_1yimj_13:hover{background:var(--button-hover);transform:translate(-4px);box-shadow:0 4px 12px #0000004d}._backButton_1yimj_13:active{transform:translate(-2px)}._img_1yimj_40{width:280px;height:280px;object-fit:cover;border-radius:.75rem;border:2px solid var(--golden);flex-shrink:0;transition:transform .3s ease}._img_1yimj_40:hover{transform:scale(1.05)}._info_1yimj_54{flex:1;min-width:0}._info_1yimj_54 h3{font-size:2rem;margin-bottom:1.5rem;color:var(--golden);font-weight:700}._info_1yimj_54 p{font-size:1.1rem;margin-bottom:1rem;color:var(--text-color-default);line-height:1.6}._info_1yimj_54 strong{color:var(--golden);font-weight:600}@media(max-width:768px){._container_1yimj_1{flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 1rem}._img_1yimj_40{width:200px;height:200px}._info_1yimj_54{text-align:center;width:100%}._info_1yimj_54 h3{font-size:1.5rem}._info_1yimj_54 p{font-size:1rem}._backButton_1yimj_13{width:100%;justify-content:center}}._content_459ip_1{height:fit-content;padding:0 1rem;margin:0 auto;display:flex;flex-flow:column;align-items:center}._backButton_459ip_10{left:.5rem;width:20%;max-width:20%;display:flex;justify-content:center;align-items:center;gap:.7rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;background:var(--button-bg);color:var(--text-color-default);border:2px solid var(--golden);border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}._backButton_459ip_10:hover{background:var(--button-hover);transform:translate(-4px);box-shadow:0 4px 12px #0000004d}._backButton_459ip_10:active{transform:translate(-2px)}._resume_459ip_41{max-width:65%;display:flex;gap:2rem;background:var(--background-item);padding:2rem;border-radius:1rem;box-shadow:var(--box-shadow);margin:0 auto}._img_459ip_52{width:200px;height:auto;border-radius:.75rem;flex-shrink:0;object-fit:cover;border:2px solid var(--golden)}._info_459ip_61{flex:1;display:flex;flex-direction:column;gap:1rem}._info_459ip_61 h3{font-size:2.2rem;margin:0;color:var(--golden);font-weight:700}._info_459ip_61 p{font-size:1.1rem;margin:0;color:var(--text-color-default);line-height:1.6}._info_459ip_61 strong{color:var(--golden);font-weight:600}._info_459ip_61 a{color:var(--golden);text-decoration:none;font-weight:600;transition:all .3s ease}._info_459ip_61 a:hover{text-decoration:underline}@media(max-width:850px){._resume_459ip_41{max-width:95%;width:95%}._content_459ip_1{display:flex;flex-flow:column;align-items:center}._backButton_459ip_10{max-width:40%;width:40%}._resume_459ip_41{flex-direction:column;align-items:center;text-align:center}._img_459ip_52{width:250px}._info_459ip_61{align-items:center}}@media(max-width:480px){._content_459ip_1{padding:0 .5rem}._resume_459ip_41{flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem}._img_459ip_52{width:180px}._info_459ip_61 h3{font-size:1.5rem}._info_459ip_61 p{font-size:.95rem}._backButton_459ip_10{width:100%;justify-content:center}}
