body {
  font-family: 'Segoe UI', sans-serif;
}

.card img {
  height: 200px;
  object-fit: cover;
}

ul.b {list-style-type: square;}

ul li {
    list-style: square;
    font-size: 23px;
}

.sairam
{
    font-size : 27px;
}


.bsairam
{
    font-size : 27px;
}


.bordered-div {
            border: 4px solid #333; /* Sets a 2px solid dark gray border */
            padding: 20px; /* Adds padding inside the div */
            margin: 20px; /* Adds margin around the div */
            background-color: #f9f9f9; /* Sets a light gray background */
            border-radius: 8px; /* Rounds the corners of the border */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
        }

.div-title {
            color: #007bff; /* Sets the title color */
            margin-top: 0; /* Removes default top margin for the heading */
            margin-bottom: 15px; /* Adds space below the title */
            font-size: 1.5em; /* Sets the font size for the title */
        }
 