.wrapper-body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
        background-image: url("https://guestbook.migunesia.com/storage/Ani/bg-pattern.png");
}

.text-title  {
    margin-top: 10px;
    color : #ffec00ff;
    font-weight: 1000;
    -webkit-text-stroke: 1px black;
}

.text-description {
    color : #000;
    font-weight: 1000;
    -webkit-text-stroke: 1px black;
}

.logo-abstract {
    width: 250px;
    filter: brightness(0) invert(1);
}

.logo-signing {
    width: 250px;
}

.box-white {
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100%;
    height: calc(100vh - 378px);
    text-align: center;
    color: #000;
}

.wrapper-signing {
    padding: 100px 80px 100px 80px;
}

.border-signing {
    margin-top: 10px;
    padding: 15px;
    border: 2px solid black;
}

.sign-drawing {
    height: 100px;
}

.wrapper-link {
    /* background-image: url('../img/bg-link.png'); */
    width:250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-call-center {
    height: 60px;
}

.wrapper-sign {
    padding-top:50px;
    border: 15px solid #cb9909ff;
    margin: 50px;
}

.watermark-sign {
    clip-path: polygon(30% 14%, 70% 14%, 85% 0, 100% 0, 100% 100%, 0 100%, 0 0, 14% 0);
    background-image: url("../img/watermark.png");
    height: 100%;
}

.watermark-shadow {
    background: linear-gradient(0deg, rgba(96,94,94,0.2) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 49%, rgba(49,48,48,0) 90%, rgba(96,94,94,0.2) 100%);
    height: 100%;
    padding-bottom:50px;
    padding-top: 160px;
}

.logo-sign {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    width: 500px;
}

.filter-sign {
    mix-blend-mode: multiply;
}

#canvas-drawing {
    background-color: #fff;
}

canvas 
{
    position: relative;
    margin: 1px;
    margin-left: 0px;
}