html{height:100%}body{display:flex;justify-content:center;align-items:center;margin:0;padding:0;min-height:100%;font-family:'Poppins';color:#162A3E}h1,h2,h3,p{margin:0;width:100%;text-align:center}h1{font-size:18px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:16px;font-weight:600}.container{display:flex;flex-direction:column;justify-content:space-between;gap:40px;margin:0;padding:16px;max-width:420px;width:100%;height:100vh;background-color:#fff;box-sizing:border-box}.top,.bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%}.user{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%}.head{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.banner{display:block;width:100%;height:fit-content;aspect-ratio:3 / 1;border-radius:24px;background-color:#E5E5E5;background-image:var(--banner);background-size:cover;background-position:center;background-repeat:no-repeat}.avatar{margin-top:-60px;width:120px;height:120px;border-radius:50%;overflow:hidden;background-color:#E5E5E5;background-image:var(--avatar);background-size:cover;background-position:center;background-repeat:no-repeat;border:4px solid #fff}.content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%}.name{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}.name p{font-size:14px;font-weight:400;color:#162A3E}.counts{display:flex;justify-content:center;gap:24px;padding:8px 24px;background-color:#E5E5E5;border-radius:8px;box-sizing:border-box}.count{display:flex;flex-direction:column;justify-content:center;align-items:center}.count p{font-size:12px}.description{max-width:320px;width:100%;font-size:14px;box-sizing:border-box}.description b{color:#162A3E;font-weight:500}.socials{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;max-width:320px}.social{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#E5E5E5}.social img{width:20px}a{font-size:14px;color:#162A3E;box-sizing:border-box}.button{cursor:pointer;width:100%;padding:16px;font-size:16px;font-weight:600;color:#fff;text-decoration:none;text-align:center;background-color:#162A3E;border:none;border-radius:8px;outline:none}.copy{margin:16px;font-size:12px;color:#767f8a}@media screen and (min-width:444px){body{background-color:#E5E5E5}.container{margin:16px;height:auto;border-radius:24px;box-shadow:0 0 16px rgb(0 0 0 / .1)}}
