#draw-area{
    width: 100%; 
    height: 100%; 
    /* border: 1px; */
    /* solid #000000; */
}

.btn-trash {
    width: 45px;
    height: 45px;
    background-color: #bcbcbd;
    background-image: url('../images/trash.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
    border-radius: 8px;
    margin-left: 0;
    padding: 0;
  }

.btn-terior {
    width: 45px;
    height: 45px;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #3a3a3a;
    background-clip: border-box;
    border-radius: 8px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    font-family: "Jost 600 Semi", sans-serif;
    font-size: 16px;
    overflow: visible;
  }

@media screen and (max-width: 479px) {
    .btn-trash {
        width: 35px;
        height: 35px;
        -webkit-text-fill-color: inherit;
        object-fit: none;
        background-size: auto 18px;
        background-attachment: scroll;
        background-clip: border-box;
        align-self: center;
        padding: 0;
    }

    .btn-terior {
        width: 35px;
        height: 35px;
        object-fit: fill;
        align-self: center;
        margin: 0;
        padding: 0;
        font-family: "Jost 600 Semi", sans-serif;
        font-size: 16px;
      }
    
}