body {
    font-family: "Mallanna", "Mandali", Arial, sans-serif;
    font-size: 20px;
}

h4, h5, h6 {
    font-family: "Mandali", Arial, sans-serif;
}

h1 {
    color: brown;
    font-family: "Mandali", Arial, sans-serif;
}

h2 {
    color: blue;
    font-family: "Mandali", Arial, sans-serif;
}

h2 small {
    color: #FF0000;           /* టెక్స్ట్ కలర్ */
    background-color: #FFFFE0; /* బ్యాక్‌గ్రౌండ్ కలర్ (బిగితోడు) */
    border: 1px solid #CCC;   /* border (మందం, స్టైల్, కలర్) */
    padding: 4px 8px;         /* border చుట్టూ స్పేస్ */
    border-radius: 4px;       /* border మొటుకలు */
}


.article-summary { /* మునుపటి */
    font-family: Mandali;
    background-color: #E6F3FF;
    padding: 4px 8px;
    border: 1px solid #CCC;   /* border (మందం, స్టైల్, కలర్) */
    border-radius: 4px;
}

h3 {
   font-family: "Mandali", Arial, sans-serif;
}

h3 a {
    color: Blue !important;  /* డార్క్ రెడ్ లేదా మీ కలర్ */
    text-decoration: none; /* అండర్‌లైన్ ఆప్షనల్ */
}
h3 a:hover {
    color: #FF6600;             /* hover కోసం ఆరెంజ్ */
    text-decoration: none;
}




body p {
    font-family: "Mandali", "Mallanna", Arial, sans-serif;
    font-size: 20px;
    text-align: justify;
}


.pkp_head_wrapper {
    width: 100%;
}


.pkp_site_name {
    width: 100%;
    padding: 0;
}


.pkp_site_name .is_img img {
    width: 100%;
    height: auto;
    display: block;
}


.pkp_page_index .homepage_image img {
    width: 100%;
    height: auto;
    display: block;
}


a.block_make_submission_link {
  background-color: blue !important;
  color: ghostwhite !important;
  margin-left: 66px !important;
  padding: 8px 20px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
}