body {
  font-family: 'Times New Roman', Times, serif;
  background-color: #d1def1;
  line-height: 1.8;       
  text-align: justify;  
}


.myself {
  max-width: 1100px;
  margin: auto;
  background: #fbfcf8;
  padding: 20px 60px 20px 60px;  
  border-radius: 10px
}


.myself .back-intro {

  background-color: #89bdee;
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
}

.myself .intro {
  display: inline-flex;
  border-radius: 15px;
  align-items: center;
  gap: 60px;
  padding: 0 40px;
  background-color: #d9e8f7;
}

.myself .intro img {
  width: 140px;
  border-radius: 15%;
  
}

.myself .intro-text h1 {
  margin: 0 0 10px 0;
}

.myself .intro-text p {
  margin: 4px 0;
  color: #333;
}


.edutable {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 20px;
  
}

.edutable th,
.edutable td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  color:#555;
}
.edutable th{
  color:black;
}

.edutable thead {
  background-color: #3e6f9c;
  color: white;
}

.exp{
    padding:5px;
}

.myself h2 {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  
  margin-top: 30px;
  color: #222222;
}
.myself h3{
  color:#555
}

.myself p, .myself li {
  color: #555;
  text-align: left;
  font-size: 17px;
 
}
.footer {
  background-color: #3e6f9c;
  color: white;
  text-align: center;
  padding: 18px 0;
  font-size: 15px;
  margin-top: 60px;
  
}








