@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,sans-serif;background:#050505;color:white}body{min-height:100vh;background:radial-gradient(circle at top left,rgba(236,72,153,.25),transparent 25%),radial-gradient(circle at bottom right,rgba(168,85,247,.2),transparent 30%),#050505}img{max-width:100%}