body {
  padding-top: 50px;
  padding-bottom: 50px;
  /* width: 1000px; */
}

h2 {
  font-size: 28px !important;
}

h3 {
  font-size: 22px !important;
}

h4 {
  font-size: 18px !important;
}

h5 {
  font-size: 13px !important;
}

p {
  font-size: 16px;
}

hr {
  margin: 10px 0px !important;
}

#rcorners1 {
  border-radius: 5px;
  background: #FF0000;
  color: #FFFFFF;
  padding: 2px;
  /* width: 200px; */
  /* height: 150px; */
}

/* /* .starter-template { */
/*padding: 40px 15px;*/
/*text-align: center;*/
/* } */

.vup {
  display: inline-block;
  vertical-align: top;
  float: none;
}

/* table {
  padding: 10px;
  border-collapse: separate!important;
} */
table {
  /* margin:10px; */
  margin-bottom: 20px;
}

tr td {
  padding: 5px !important;
  align-items: center !important;
}

.pub-year {
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  /* color: #3374FF; */
  color: #0066b2;
  /* color: #0000FF; */
}



.main_project_img {
  display: block;
  margin: auto;
  /* margin-right: 20; */
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 100%;
  /* width: 100%; */
  /* height: 100%; */
  /* max-width: 240; */
  /* max-height: 100%; */
  /* width: 240px; */
  /* height: 160px; */
}

.row {
  display: flex;
  align-items: center;
  /*margin: 20px;*/
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  display: inline;
}

ul li a {
  text-align: left;
  padding-right: 16px;
  text-decoration: none;
}

ol {
  list-style: none;
  list-style-position: inside;
  /* Ensures numbers are inside the list container */
  margin: 0;
  padding: 0 0 0 20px;
  /* Adds indentation to the left */
}

/* ol li { */
/* margin: 0; */
/* Adds spacing between list items */
/* padding-left: 5px; */
/* Optional: further adjust indentation */
/* margin-bottom: 10px; */
/* } */

ol li {
  font-size: 16px;
  list-style: none;
  /* Remove default list numbers */
  position: relative;
  /* Enable positioning for the circle */
  margin: 5px 0;
  /* Add spacing between list items */
  padding-left: 20px;
  /* Create space for the circle */
  margin-bottom: 10px;
}

ol li::before {
  content: '\25CF';
  /* Unicode for a solid circle */
  color: #000;
  /* Circle color (change as needed) */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  /* Adjust circle size */
  line-height: 1.5;
  /* Align circle vertically */
}

#flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}