body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

.home-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.home-btn:hover {
    background-color: #0056b3;
}

.content {
    text-align: left;  /* Content aligned to the right */
    margin-top: 50px;
    margin-left: 20%;  /* Adjusting the content to shift right */
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.team-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.team-row {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.team-member {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
}

.name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.college, .year {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.linkedin-profile a {
    color: #007bff;
    text-decoration: none;
}

.linkedin-profile a:hover {
    text-decoration: underline;
}

.why-section {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin-left: 0px;
    margin-right: 10px;
}
.t{
    margin-left: 225px;
}
