@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Onest:wght@100..900&family=Outfit:wght@100..900&display=swap");:root{--beige:#efecca;--cambridge-blue:#a9cbb7;--icterine:#f7ff58;--atomic-tangerine:#ff934f;--wenge:#5e565a;--background:#f0f7ee;--tomato:#fe4a49;--mustard:#fed766;--moonstone:#009fb7;--platinum:#e6e6ea;--ghost-white:#f4f4f8}*{box-sizing:border-box;padding:0;margin:0;transition:.3s!important}body,html{scroll-behavior:smooth}body{background-color:#f5f5f5;overflow-x:hidden}@font-face{font-family:Amio;src:url(/_next/static/media/amio.fcd123d1.otf) format("truetype")}.home,body{display:flex;align-items:center;justify-content:start;flex-direction:column}.home{position:relative;width:100vw;height:100vh;max-width:1024px}.home .nav{width:100%;height:90px;background-color:transparent;align-items:center;justify-content:start;flex-direction:row;display:flex;position:relative;padding-inline:50px}.home .nav .textBig{font-family:Amio,sans-serif!important;font-weight:lighter;font-size:30px;position:relative;height:fit-content}.home .nav .button,.home .nav .textBig{color:#1e2330;display:flex;width:fit-content;cursor:pointer}.home .nav .button{position:absolute;padding-inline:20px;right:50px;top:0;bottom:0;margin:auto;height:55px;background-color:#e9c0e9;font-family:Onest,monospace;font-size:17px;font-weight:500;align-items:center;justify-content:center;border-radius:100px;outline:none!important}.home .nav .button:hover{background-color:#e4ade4}.home .main{background-color:transparent;max-height:380px;min-height:300px;margin-top:20px;width:100%}.home .main,.main .top{display:flex;position:relative;height:fit-content;align-items:center;flex-direction:column;justify-content:start}.main .top{width:fit-content;animation:linkUp .4s linear}.main .pfp{display:flex;padding:relative;width:100px;height:100px;background-color:var(--cambridge-blue);align-items:center;justify-content:center;border-radius:100%}.main .top .name{font-family:Onest,sans-serif;color:#1e2330;font-size:30px;width:100%;height:50px}.main .top .bio,.main .top .name{display:flex;position:relative;background-color:transparent;margin-top:20px;font-weight:700;align-items:center;justify-content:center}.main .top .bio{font-family:Fira Code,sans-serif;color:#1e233090;letter-spacing:.2px;font-size:16px;width:500px;max-width:500px;text-align:center;height:fit-content}.main .top .socials{width:fit-content;height:fit-content;gap:10px;margin-top:20px}.main .top .socials,.socials .item{display:flex;position:relative;align-items:center;justify-content:center;background-color:transparent}.socials .item{width:40px;height:40px;border-radius:15px;color:#1e2330!important;cursor:pointer}.socials .item:hover,.socials .item:nth-child(2),.socials .item:nth-child(3){background-color:#ececec}.main .bottom{height:fit-content;justify-content:start;flex-direction:column}.bottom .textTop,.main .bottom{display:flex;position:relative;width:100%;align-items:center;margin-top:20px}.bottom .textTop{font-family:monospace;color:#1e2330;background-color:transparent;font-size:16px;font-weight:500;letter-spacing:3px;text-transform:uppercase;justify-content:center;height:50px}.bottom .linkC{width:60%;max-width:60%;height:fit-content;padding-top:20px;padding-bottom:20px;background-color:transparent;gap:20px;flex-direction:column;margin-bottom:50px!important}.bottom .linkC,.linkC .link{display:flex;position:relative;align-items:center;justify-content:start}.linkC .link{width:100%;height:80px;background-color:#f5f5f5;border:2px solid #1e2330;border-radius:100px;flex-direction:row;padding-left:10px;animation:linkUp .4s linear}.linkC .link,.linkC .link:hover{box-shadow:0 3px 0 .1px rgba(30,35,48,.9)}@keyframes linkUp{0%{transform:translateY(7px);opacity:0}20%{opacity:1}to{transform:translateY(0)}}.linkC .link:hover{transform:translateY(-3px)}.link .enter{display:flex;position:absolute;width:55px;top:0;bottom:0;right:10px;margin:auto;height:55px;background-color:transparent;border-radius:100%;color:#1e2330;align-items:center;justify-content:center;cursor:pointer}.link .delete:hover{background-color:#ececec}.link .logo{width:55px;height:55px;background-color:transparent;border-radius:100%;justify-content:center;cursor:pointer}.link .input,.link .logo{display:flex;position:relative;color:#1e2330;align-items:center}.link .input{outline:none;border:none;height:80%;width:100%;margin-left:20px;background-color:transparent!important;font-family:Outfit,sans-serif;letter-spacing:.2px;font-size:21px;font-weight:600;justify-content:start;flex-direction:row;text-align:left}.link .enter:hover{background-color:#ececec}.space{width:100%;height:100px;display:flex;position:relative}@media screen and (max-width:575px){.bottom{width:100%}.nav .buttonLogout{right:50px!important;top:100px!important}.main .top .bio{max-width:80vw;flex-wrap:wrap;white-space:pre;text-wrap:wrap}.link .input{max-width:60%}}@media screen and (max-width:800px){.linkC{background-color:transparent;min-width:90vw}}@media screen and (max-width:475px){.linkC .input{max-width:60%;overflow-x:scroll;flex-direction:row!important;white-space:pre;text-wrap:normal}.linkC .input::-webkit-scrollbar{display:none!important}}