#invoice{
    align-self: center;
    justify-items: center;
    justify-self: center;
    width: 180mm;
    min-height: 260mm;
    /* border-style:groove;
    border-width: 2px;
    border-radius: 4px;
    border-color: black; */
    background-color: white;
    color:navy;
}
.inv_page{
    padding:0 30px;
    display: grid;
    grid-template-columns:100%;
    grid-template-rows: 50px auto auto auto 1fr;
}
.inv_head{
    display: grid;
    width:100%;
    grid-template-columns: 3fr 4fr ;
}
.logo{
    image-rendering: 70px;
}
.brief{
    margin-top:10px;
    align-content: left;
    width:100%;
}
.dscr_block{
    width:100%;
    height:auto;
}
.dscr_head{
    display: grid;
    width:100%;
    height :22px;
    margin-top:20px;
    margin-bottom:15px;
    grid-template-columns: 6fr 2fr 2fr ;
    background-color: #002060;
    color: white;
    align-content: center;
    justify-items: center;
}
.dscr_row{
    display: grid;
    width:100%;
    height :30px;
    grid-template-columns: 6fr 2fr 2fr ;
    align-content: center;
}
.descr {
  justify-self: start; /* align to the left */
  padding-left:25px;
  text-wrap: nowrap;
}

.amnt {
  justify-self: end; /* align to the right */
  padding-right:25px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.subtot{
    display:flex;
    padding-right:25px;
    justify-content: end;
    font-weight: bold;
    border-style:solid;
    width:100%;
    border-width: 2px;
    font-family:Verdana, Geneva, Tahoma, sans-serif; 
    border-color: black transparent black transparent; 
}

.download-btn {
    position: absolute;
    display: flex;
    margin-left:100px;
    margin-top:10px;
    z-index: 100;
}

.invlnk{
    text-decoration: underline; 
    text-underline-offset: 5px; 
    color: purple;
}