.label-card-50-70{
    width: 350px;
    height: 250px;
    border: solid black 1px;
    font-size: 4mm;
    background-color: white;
    border-radius: 0;
}
.label {
    .label-card-50-70-hole1, .label-card-50-70-hole2{
        width: 7%;
        top: 9%;
        height: 10%;
        border-radius: 50%;
        border: solid 1px black;
    }
    .label-card-50-70-hole1{
        left: 13%;
        background-color: white;
    }
    .label-card-50-70-hole2{
        left: 80%;
        background-color: white;
    }
    .label-card-50-70-body{
        position: absolute;
        left:5%;
        width: 90%;
        top:25%;
        height: 70%;
    }
}
