@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{background-color:#141414;font-family:Inter,sans-serif;color:#fff;min-height:100vh;display:grid;grid-template-rows:1fr auto;justify-items:center;align-items:center;padding:24px}.contanier{background-color:#1e1e1e;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;border-radius:10px;gap:20px;padding:20px;text-align:center}.profile img{width:100px;height:100px;border-radius:100%}main{display:flex;flex-direction:column;align-items:center;gap:15px;width:90%}.link{background-color:#333;text-decoration:none;width:100%;color:#fff;padding:5% 15%;border-radius:10px;font-weight:600}.link:active{background-color:#c4f82a;color:#000}h1{font-size:1.5rem}h3{font-size:.8rem;color:#c4f82a;padding:1%}p{padding-top:3%}.attribution{font-size:.6875rem;text-align:center;width:100%}.attribution a{color:#c4f82a;text-decoration:none}@media (min-width:1024px){.contanier{width:30%}.profile img{width:90px;height:90px}h1{font-size:1.4rem}main{font-size:.9rem}p{font-size:.9rem}.link{padding:5% 10%}}