
    /* HOME PAGE BOXES LAYOUT */
.flexdivs {
  display: flex;
  justify-content: center; /* center 3 boxes */
  gap: 15px;               /* space between boxes */
  flex-wrap: wrap;
  margin-top: 10px;
  width:100%;
  max-width:100%;
}
.imgroundedborder
{
  
border-radius: 15px; /* Adjust the value for desired roundness */
border: 2px solid white; 
margin-left:auto;
margin-right:auto;
margin-top:12px;
display:block;
box-shadow: 0 3px 3px gray;
}
/* Individual Box */
.rounded-background-div {
  width: 320px;          /* fixed width */
  min-width: 320px;      /* ensure minimum width */
  height: 750px;         /* fixed height */
  border-radius: 35px;
  padding: 12px;
  margin-top:12px;
  margin-bottom:12px;
  box-shadow: 0 3px 6px gray;
  display: flex;
  flex-direction: column;
  position: relative; 
  
}
/*
.rounded-background-div li,p{
  font-size:12pt;
  line-height:1.15;
  margin-top:3px;
  margin-bottom:3px;
}
.rounded-background-div span:lang(ta) 
{
font-family: "Latha";
font-size:10pt;
line-height:1.15;
}
*/

.redshade
{
    color:rgb(223,10,8);
}
.greenshade
{
    color:rgb(0,172,71);
}
.blueshade
{
    color:rgb(0,105,189);
}
.more-buttons1,.more-buttons2,.more-buttons3 {
  text-align: center;
  margin: 3px;
  padding: 8px 15px;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight:bold;
  bottom: 10px; 
    right: 10px; 
    position:absolute;
}
.more-buttons1{
background: rgb(223,10,8);
}
.more-buttons2 {
  background: rgb(0,172,71);
  }
.more-buttons3 {
  background: rgb(0,105,189);
  }
/* Apply background colors correctly 
.bcolor1 { background-color: rgb(255,185,255); color: darkred; }
.bcolor2 { background-color: rgb(171,255,171); color: darkred; }
.bcolor3 { background-color: rgb(255,227,139); color: darkred; }

*/
/* Apply background colors correctly */
.bcolor1 { background-color: rgb(255,185,255); background-image: linear-gradient(to bottom, rgb(255,201,255), white);color: black; }
.bcolor2 { background-color: rgb(171,255,171); background-image: linear-gradient(to bottom, rgb(171,255,171), white);color: black; }
.bcolor3 { background-color: rgb(198,217,241); background-image: linear-gradient(to bottom, rgb(198,217,241), white);color: red; }
.tensecolor1{
  color:black;
}
