body {
  background-color: #f0f7ff;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info {
  display: flex;
  justify-content: space-between;
}

.info span:first-child {
  flex-grow: 1;
  text-align: left;
}

.info span:last-child {
  text-align: right;
}

.photo-preview {
  max-width: 300px;
  margin-top: 10px;
}
