#the-area {
  background-color: #f8f9fa;
}

#the-area .display-4 {
  color: #343a40;
}

#the-area .lead {
  color: #6c757d;
}

#the-area img {
  border: 5px solid #ffffff;
  transition: transform 0.3s ease-in-out;
}

#the-area img:hover {
  transform: scale(1.03);
}

