/* styles.css */
.hello-world{
    width: 100%;
    height: 1000px
}
.canvas-container {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    transition: top 0.3s;
    img{
        width: 100%;
        height: auto;
    }
}
.woocommerce-order{
    padding: 80px;
    text-align: center;
    margin: auto;
    display: block;
    width: 1000px;
}


canvas {
    width: 100%;
    height: 100%;
    img{
        width: 100%;
        height: auto;
    }
}
