body 
{
background-color: #f1f1f1;
margin: auto;
}

#shrijijyotish
{
width:350px;
height:150px;
border: 0px solid black;
float: left;
}

/* header shriji image*/
#shrijimandir
.responsive {
width: 100%;
max-width: auto;
height: auto;
}

.header {
position: relative;
}

/* header website_name*/
.text-block {
position: absolute;
top: 25px;
bottom: 200px;
right: 750px;
left: 0px;
background-color: none;
color: red;
font-size: 40px;
padding-left: 1px;
padding-right: 1px;
}

/* body text design*/
.p_content
{
font-size:17px;padding:0px;margin:0px;line-height:16pt;word spacing:0px;font-weight:bold;
font-family: "Times New Roman", Georgia, Serif;
text-align: justify;
margin-left:20px;
margin-right:20px;
color: black;
}


/* body design*/

* {
  box-sizing: border-box;
}

/* Add a gray background color with some padding */
body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}

/* Header/Blog Title */
.header {
  padding: 0px;
  font-size: 40px;
  text-align: center;
  background: #ddd;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
  padding-top: 10px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-top: 10px;
}



/* Add a card effect for articles */
.card {
   background-color: white;
   padding: 5px;
   margin-top: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

.next-Previous {
text-align: center;
font-size: 20px;
}

.colororange
{
font-size:17px;padding:0px;margin:0px;line-height:16pt;word spacing:0px;font-weight:bold;
font-family: "Times New Roman", Georgia, Serif;
text-align: left;
color:green;
}

