html,
body {
  overflow-y: hidden;
  height: fit-content;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-text p {
  font-size: 24px;
  color: #7c7c7c;
  margin-bottom: 20px;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.image-container img {
  max-width: 70%;
  height: auto;
  margin: auto;
}

.bottom-text p {
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}