.top-left {
    position: absolute;
    top: 8px;
    left: 10%;
    background-color: rgb(0, 81, 235);
    background-color: rgba(0, 81, 235, 0.33);
    width:56%; 
    text-align:left; 
    font-weight:bold;
    font-family:Times;
    font-size:150%;
    font-size: 1.7vw;
    color:rgb(255, 255, 255);
    color:rgba(255, 255, 255, 0.88);
    border-radius: 1vw;
    padding: 1vh 1.5vw 2.0vh 1.0vw;
    box-sizing: border-box;
}
.bodytxt{
  font-size:133%;
  font-family:Times;
}
.heading{
  font-size:166%;
  font-family:Times;
  font-weight:bold;
  text-align:center;
}
.techcommitteename{
  font-size:100%;
  font-size: 1.1vw;
  font-family:Times;
  font-weight:bold;
}
.speakername{
  font-size:100%;
  font-size: 1.1vw;
  font-family:Times;
  font-weight:bold;
}
.techcommitteeaffilliation{
  font-size:90%;
  font-family:Times;
}
.speakereaffilliation{
  font-size:90%;
  font-family:Times;
}
.techcommiteeimg{
  width:95%
}
.speakerimg{
  width:95%
}
