body{font-family: "Inter", sans-serif;}
body h1{font-size: 20px;font-weight: bold;}

#linktree-container{min-height: 100vh;}

#linktree-body ul{padding: 0;margin-top: 2rem;}
#linktree-body ul li{list-style: none;}
#linktree-body ul a{color: #000;background-color: #ebeef1;box-shadow: 0 5px 5px #ccc;border-radius: 14px;font-weight: 500;overflow: hidden;display: flex;align-items: center;justify-content: center;text-align: center;padding: 16px 30px;text-decoration: none;transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);}
#linktree-body ul a:hover{transform: scale(1.02);}