:root {
    --felt-color-1: #1a7a42;
    --felt-color-2: #052c15;
    --rim-color: #2a2a2a;
    --felt-texture: none;
    --rim-texture: none;
}

html {
    height: 100%;
    overflow: hidden;
    background: #000000;
}
body {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    height: 100dvh;
    margin: 0;
    padding: 0;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    touch-action: none !important;
    overscroll-behavior: none !important;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: radial-gradient(circle at center, #1b2838 0%, #000000 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}
