body {
  margin: 0rem auto;
  max-width: 50rem;
}
/* Style for the title */
.title {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin: 2rem 0rem;
  text-align: center;
}

/* Container for the image and label */
.screenshot-container {
  display: inline-block;
  text-align: center;
  margin: 1.25rem;
  margin-top: 4rem;
}

.placeholder {
  width: 100%;
  height: 1000px;
  background-image: url('placeholder.jpg');
  background-size: cover;
  background-position: center;
}

/* Style for the image */
.screenshot {
  width: 100%; /* Adjust size as needed */
  border: 0.0625rem solid #ccc; /* Light grey border */
  border-radius: 0.625rem; /* Rounded corners */
  box-shadow: 0rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2); /* Soft shadow */
}

/* Style for the label below the image */
.label {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #333;
}

.output-container {
  padding-left: 2rem;
}
