body{background-color:#fc9;text-align:center;padding:3px 10px;margin:0;scroll-behavior:smooth;font-style:italic;font-family:Helvetica,sans-serif;font-weight:700;margin-left:-5px;margin-right:-5px;}*{margin:0;padding:0;box-sizing:border-box}

td{background-color:#fc9;}


#dpheader{
background:#e6b07e;
border:1px solid red;
border-radius:10px;
padding:6px;
display:flex;
align-items:center;
justify-content:space-between;
font-family:Arial;
margin-bottom:5px;
}

/* logo text */
#logo{
font-size:26px;
font-weight:bold;
color:#ff1493;
font-style:italic;
text-shadow:1px 1px 2px #fff;
}

/* main title */
#title{
font-size:24px;
font-weight:bold;
color:#000;
margin-left:10px;
flex-grow:1;
}


#dp_laxmi_box{
background:#efbf8f;
border:1px solid #d40000;
border-radius:10px;
display:flex;
align-items:center;
overflow:hidden;
margin-bottom:5px;
}

#dp_laxmi_box img{
width:95px;
height:100%;
object-fit:cover;
display:block;
}

#dp_laxmi_box .text{
padding:1px;
font-size:16px;
font-weight:bold;
font-style:italic;
color:#000;
line-height:1.3;
}

