@charset "utf-8";
.wrapper {
    position: relative;
    width: 100%; 
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.signature-pad {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 440px;
    height: 200px;
    background-color: transparent;
}