body {

    font-family: Arial, sans-serif;

    margin: 0;

    padding: 0;

    background: #f5f5f5;

    color: #333;

}

header {

    background: #007acc;

    color: white;

    padding: 20px;

    text-align: center;

}

nav a {

    color: white;

    margin: 0 10px;

    text-decoration: none;

}

.intro, .options{

    padding: 20px;

    text-align: center;

}

.all-exp {

    padding: 5px;

    text-align: center;

}

.card {

    display: inline-block;

    background: white;

    margin: 10px;

    padding: 20px;

    width: 300px;

    border-radius: 5px;

    box-shadow: 0 0 5px rgba(0,0,0,0.1);

}

.card a {

    display: inline-block;

    margin-top: 10px;

    text-decoration: none;

    color: #007acc;

    font-weight: bold;

}

footer {

    text-align: center;

    padding: 10px;

    background: #222;

    color: #fff;

}

footer .social-links {
margin-top: 8px;
}

footer .social-links a {
    color: #007acc;
    text-decoration: none;
    margin: 0 6px;
    
}

footer .social-links a:hover{
    text-decoration: underline;
}

section.student, section.academic, section.training {
    padding-left: 40px;
    width: 600px;
    word-wrap: break-word;
    white-space: normal;
}


.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial {
    flex: 1 1 30%;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.experience {
    display: flex;
    justify-content:space-between; 
    gap:100px;
}