#sec1{
    margin-top: 6.7vw;
    display: flex;
    justify-content: center;
}

.secHeader{
    font-size: 45px;
    font-family: 'Mukta', sans-serif;
    color: rgb(224, 194, 96);
}

.broCard{
    width: 300px;
    height: 400px;
    background-color: rgb(34, 13, 53);
    margin-left: 1.9vw;
    margin-right: 1.9vw;
    margin-bottom: 3em;
    background-size: cover;
    box-shadow: 0 0 20px black;
    border: 0.3em solid rgb(34, 13, 53);
    position: relative;
}

.secrow{
    padding-left: 2.9vw;
    padding-right: 2.9vw;
    display: flex;
    justify-content: center;
    margin-bottom: 0em;
    flex-wrap: wrap;
}

.descCard{
    display: flex;
    position: absolute;
    bottom: 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 22%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.descCard h1{
    color: rgb(224, 194, 96);
    font-size: 25px;
    text-shadow: 0 0 10px black;
    margin: 0px;
}

.descCard h2{
    color: rgb(224, 194, 96);
    text-shadow: 0 0 10px black;
    margin: 0px;
    font-size: 23px;
}

.descCard h3{
    color: rgb(224, 194, 96);
    text-shadow: 0 0 10px black;
    margin: 0px;
    font-size: 20px;
}

#sec2{
    margin-top: 5em;
    margin-bottom: 3em;
    display: flex;
    justify-content: center;
}

body{
    padding-bottom: 5em;
}

#alumni{
    color: aliceblue;
}

#sec2 {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.imgContainer {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.aimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 300px;
    margin: 10px 10px 10px 10px;
}