

.first {
  background: url("images/Heading.jpg");
  background-size: cover; 
  height: 500px;
  margin-bottom: 40px;


}


.Lagos-Activities {
  background-color: #a8dadc;
   margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 40px;
  
} 

.Lagos-Activities-Container {
  position: relative;
  padding-top: 50px;
  background-color: #a8dadc;
  border-radius: 30px 30px;
  overflow: hidden;
}



.activity {
 
  
  

}

.activity {
  margin-top: 40px;
}




.images {
  height: 200px;
  border-radius: 70%;
}


body {
  text-align: center;
  margin: 20px;

  
}



img {
  width: 200px;
}

#sub {
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
  left: 50%;

}

.guide-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 20px;
  width: 400px;
  margin: 0 auto;
  border-radius: 20px;
  border-bottom: 5px solid cyan ;
  background: antiquewhite;
  color: blue;
  
  
}


.avatar {
  width: 150px;
  border-radius: 50%;
}


.content {
  
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  padding-left: 80px;
}