#team-header{
    width: 100%;
    /* height: 400px; */
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    /* margin-bottom: 200px; */
    justify-content: center;
    align-items: center;
}

#welcome{
    /* width: 40%; */
    height: 100%;
    background-color: green;
    /* margin-left: 30px; */
    text-decoration: underline;
}

#image{
    width: 60%;
    height: 100%;
    /* background-color: violet; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#team-heading{
    font-size: 120px;
    color: blue;
}

#council-heading{
    font-size: 90px;
    color: black;
}
#underline{
    width: 40%;
    height: 3%;
    background-color: #5559a3;
    margin-left: 18px;
}

#image-container{
    width: 70%;
    height: 65%;
    background-color: #e31820;
    border-radius: 15px;
    box-shadow: 4px 7px 62px -3px black;
    background-image: url('../images/sample.jpeg');
    background-size: cover;
}