body {
  background-color: #f9e4b7;
  /* Set the background color to a light beige/yellow color */
  background-image: url('white-parchment-paper.jpg');
  /* Use an old paper texture image as the background */
  background-repeat: repeat;
  /* Repeat the background image to cover the entire page */
  background-size: cover;
  /* Scale the background image to cover the entire viewport */
  font-family: Arial, sans-serif;
  /* Set a fallback font-family in case the old paper texture is not loaded */
}

/* Additional styles to improve readability and aesthetics */
h1,
h2,
h3 {
  color: #301a0d;
  /* Set text color to a dark brown color */
  text-shadow: 1px 1px 1px #fff;
  /* Add a subtle text shadow for readability */
  text-align: center;
}

p {
  color: #301a0d;
  /* Set text color to a dark brown color */
  text-shadow: 1px 1px 1px #fff;
  /* Add a subtle text shadow for readability */
  text-align: justify;
}

.center {
  border 5px solid;
  margin: auto;
  width 80% padding 10px
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

form-row {
  margin-bottom: 10px;
}

.form-input {
  display: block;
}

.form-error {
  color: red;
}
