*{
    margin: 0;
    padding: 0;
}
.Header {
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    display: flex;
}
.Header img{
    height: auto;
    width: 100%;
}
.b{
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    padding: 60px 100px;
}

.body{
    background-color: rgb(33, 84, 83);
    height: auto;
    width: 90%;
    padding: 50px;
    margin-left: 5%;
}

.body h4{
    color: white;
    text-align:justify;
    font-family: sans-serif;
    font-style: normal;
    font-size: 1.15rem;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.timeline h1{
    color:rgb(207, 175, 124);
    text-align: justify;
    margin-left: 25px;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 3rem;
}
.timeline{
    padding: 100px;
}
* {
  box-sizing: border-box;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20%;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 0.5px;
  background-color: black;
  top: 22%;
  bottom: 11%;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
}

.container {
  padding: 10px;
  position: relative;
  top: 100px;
  box-shadow: 2px 2px 10px rgb(183, 183, 183);
  width: 40%;
}

.container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -108px;
  background-color: gray;
  top: 65px;
  border-radius: 50%;
}

.left {
  left: 0;
}

.right {
  left: 60%;
}

.right::after {
  left: -112px;
}

.content {
  padding: 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.content h1{
    color: black;
    margin: 0;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7rem;  
}

.content h4{
    color: rgb(99, 99, 99);
    margin: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 1rem;  
    line-height: 141.8%;
}

.body2{
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    margin: 20px;
    padding: 100px 250px;
}

.body2 h1{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
}

.body2 h2{
    color: white;
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 30px;
}

.body2 h3{
    color: white;
    text-align:justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight:500;
    font-size: 1.3rem;
    margin-top: 10px;
    word-spacing: 7px;
    letter-spacing: 1px;
}

.body3{
    height: auto;
    width: auto;
    padding: 100px 200px;
}

.body3 h1{
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.83rem;
    margin-left: 30px;
}

.body3 h2{
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-left: 30px;
}

.body3 img{
  margin: 0%;
  padding: 0%;
  margin-top: 50px;
  height: auto;
  width: 900px;
}

.team h1{
    color:rgb(207, 175, 124);
    text-align: justify;
    margin-left: 25px;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-size: 3rem;
}

.team h2{
    font-size: 1.5rem;
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 30px;
}

.team{
    height: auto;
    width: auto;
    padding: 100px;
}

.team2{
  display: flex;
  margin-top: 80px;
  margin-left: 30px;
}

.team2 h3{
    color: rgb(99, 99, 99);
    margin: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 1.1rem;  
    line-height: 141.8%;
    margin-top: 10px;
    margin-bottom: 25px;
}

.team2 img{
  height:auto;
  width: 500px;
}

.team2 img:hover{
  opacity: 0.7;
}

.team2 div{
  height: auto;
  width: 500px;
  margin-right: 20px;
}

.team2 h2{
    font-size: 1.5rem;
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 0;
}

#nb , #vb{
  font-size: 1rem;
  text-align: justify;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 0;
  color: black;
  text-decoration: none;
  padding: 15px 25px;
  border: 1.5px solid rgb(207, 175, 124);;
}

#nb:hover , #vb:hover{
  color: white;
  background-color: rgb(207, 175, 124);;
}

