.underline-color1{
    color: red;
    font-size: 25px;
    font-weight: bolder;

}
.underline-color2{
    color: yellow;
      font-size: 25px;
      font-weight: bolder;

}
.underline-color3{
    color: blue;
      font-size: 25px;
      font-weight: bolder;

}
.underline-color4{
    color: green;
      font-size: 25px;
      font-weight: bolder;

}
.team-img{
    width: 200px;
    height: 200px;
}
#content-bg{
    background: linear-gradient(rgba(0, 0, 0, 0.815),rgba(0, 0, 0, 0.788)),url(image/hero.jpg);
}
.about-section{
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 10px;
}
.about-section p{
    font-weight: 800;
    font-family: helvetica;

}
.about-section h1{
    font-weight: bold;

}
