@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');

body {
    font-family: 'Chewy', cursive;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    min-height: 100vh
}

canvas {
    background: transparent
}