.cloth {
    width: 100%;

    display: flex;
    flex-direction: column;
    text-align: center;

    #canvas {
        margin: 0 auto;
        aspect-ratio: 1;

        height: 100% !important;
        width: 100% !important;
        max-width: 512px !important;
        max-height: 512px !important;

        border-radius: 1em;
        cursor: pointer;
    }
}