* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #FFE5B4; 
}

.page {
    display: flex;
    justify-content: center;
    padding-top: 0px;  
}

canvas {
    touch-action: none;
    display: block;
    z-index: 0;   
    position: relative;
}

.footer-content {
    max-width: 800px;      
    margin: 0 auto;        
    text-align: center;
    font-size: 12px;
    color: #c8a97e;
}

.mirror {
  transform: scaleX(-1);
}