footer{
    padding:7px;
    font-size:16px;
    color:#fff;
}
.delete{
    color:red;
    text-decoration: underline;
    cursor: pointer;
}
.cursor{
    cursor:pointer;
}
.text-sky{
    color:rgb(50, 84, 238);
    text-decoration: underline;
}
@media print{
    .no-print{
        display:none !important;
    }
    main{
        padding:0 !important;
        margin:0 !important;
    }
    .break-page{
        break-after: page;
    }
}