body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #e1dfdf;
}
header {
    background-image: url('./img/JN_TATA.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 0.5rem 0;
    text-align: right;
}
header img {
    position: right;
    left: 10px;
    top: 10px;
    height: 60px; /* Adjust the height as needed */
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
nav {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    background-color: #444;
}
nav a {
    color: #fff;
    margin: 0 1rem;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover {
    text-decoration: underline;
}
.main-section {
    padding: 2rem 2rem;
    background-color: #fff;
    margin: 2rem 0;
}
.profile_pic {
    /* max-width: 20%; */
    width: 18vw;
} 
.about{
    display: flex;
    justify-content: space-between;
}
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}
#SatSim{
    width: 60vw;
    height: auto; 
    /* display: block; */
    /* margin: 0 auto; */
}
#BBN{
    width: 23vw;
    height: auto; 
    display: block;
    /* margin: 0 auto; */
}
.talk {
    margin-bottom: 20px;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}
.talk h2 {
    color: #555;
}
.talk p {
    color: #666;
}
.talk a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.talk a:hover {
    background: #555;
}
.center-img {
    /* display: block; */
    margin: 0 auto;
    width: 23vw;
}

.project {
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.project h2 {
    color: #555;
}
.project p {
    color: #666;
}
.project img {

}
.project .date {
    font-weight: bold;
    color: #333;
}
.project .guide {
    font-weight: bold;
    color: #333;
}
.project a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.project a:hover {
    background: #555;
}
.more-content {
    display: none;
}
.show-more-btn {
    cursor: pointer;
    color: #007BFF;
    text-decoration: underline;
}