
body{
  height: 2560px; 
}


.flex-container-top {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: white;
}

.top-text {
  width: 1000px;
  background-color: white;
}

.flex-container {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  background-color: white;
}

.description {
  width: 400px;
  padding-right: 30px;
}

.description {
  
  background-color: white;
}

.image {
  
  background-color:white;
}

.flex-container2 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  background-color: white;
}