body {
  font-family: Arial, sans-serif;
  margin: 40px;
  background-color: #f9f9f9;
  text-align: center;
}

h1 {
  margin-bottom: 40px;
}

.screenshot-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.screenshot-container img {
  max-width: 90%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
