@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
body{background-color:#111;font-family:'Roboto',sans-serif;width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:center;flex-direction:column}
h1{font-family:'Inter',sans-serif;font-size:x-large;}div{display:inline-block;margin:auto;text-align:center}*{padding:0;margin:0 0 0 0;color:#ccc;text-decoration:none;user-select:none;}
table{padding-top:1rem;text-align:left;}td{padding-left:1rem;}td a{color:aqua;}th.i{padding-left:4rem;}