
body {
  font-family: Arial, sans-serif;
  background-color: red;
  margin: 0;
  padding: 0;
}



h1, h2, h3, h4, h5, h6 {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}


header {
  padding: 20px;
  text-align: center;
}



p {
	color: white;
  font-size: 24px;
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
  line-height: 1.6;
  font-weight:bold;

}

label {
  color: white;
  font-weight: bold;
   font-size: 20px;
}

aside {
	color: white;
  font-size: 10px;
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
  line-height: 1.6;
  font-weight:bold;
  font-size: 36px;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
}
.form-wrapper {
  text-align: center;
}

#suppliesForm {
  display: inline-block;
  text-align: left;
}