html, body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}

:root {
  --gradient-light: #F09819;
  --gradient-dark:#E16831;
  --gradient:linear-gradient(to bottom right,var(--gradient-light),var(--gradient-dark));
}

.team {
    overflow-x: hidden;
}

.team h3{
    text-align: center;
}

.section1{
    height: 600px;
    width: 100%;
    margin-top: 20px;
}

#teamHeading{
    font-size: 60px;
    font-weight: bold;
    color:#000;
}

#teamHeading span{
    color:orangered;
    font-weight:normal;
}

#teamPara{
<<<<<<< HEAD
    font-size: 20px;
=======
    font-size: 25px;
    align-self: center;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
}

