@font-face{font-family:CustomFont;src:url(/fonts/CustomFont.ttf) format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;background-color:#000;font-family:CustomFont,sans-serif;color:#fff}button{font-family:CustomFont,sans-serif;background-color:#000;color:#fff;border:2px solid white;border-radius:4px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;font-weight:700;transition:transform .2s ease}button:hover{transform:scale(1.05)}
