form {
  max-width: 600px;
  margin: auto;
  border: 3px solid #3f501d;
  background-color:rgb(245, 245, 236);
  border-radius: 20px;
  padding: 25px;
  font-size: large;
  box-shadow:  -1px -5px 12px rgba(255,255,255,0.7),
  6px 6px 12px rgba(0,0,0,0.4);
  font-family: "Rouge Script";;
  font-weight: 400;
  font-style: italic;
  font-size:30px;
}

body {
background-image: url(images/italy.jpg);
background-position: center;
}

h1 {
  font-family: "Rouge Script";;
  font-weight: 400;
  font-style: italic;
  margin-top: 0px;
  padding: 15px;
  background-color: #850101;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 12px;
  font-size: 80px;
}

.header {
  background-image: url(images/pizzaslices.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 50px;  
}

.gegevens fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  color: #3f501d;
  border: 2px solid #3f501d;
  border-radius: 12px;
  margin-bottom: 40px;
}


.grootte fieldset {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  padding-bottom: 30px;
  border: 2px solid #3f501d;
  border-radius: 12px;
}

.soort {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  padding-bottom: 20px;
}

.soort img {
  width: 150px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}


.toppings fieldset {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 20px;
  border: 2px solid #3f501d;
  border-radius: 12px;
  color: #C0392B;;
}

h3 {
  font-family: "Rouge Script";;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  text-align: center;
  color: #3f501d;
  margin-bottom: 20px;
}

h2 {
  font-family: "Rouge Script";;
  font-weight: 500;
  font-style: italic;
  font-size: 50px;
  text-align: center;
  color: #3f501d;
  margin-bottom: 30px;
}


input[type="text"] {
padding: 5px;
border: 2px solid rgb(199, 202, 202);
border-radius: 12px;

}

.margherita {
  color: #C0392B;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 2px solid #3f501d;;
  border-radius: 12px;
}

.pepperoni {
  color: #C0392B;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 2px solid #3f501d;;
  border-radius: 12px;
}

.tonno {
  color: #C0392B;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 2px solid #3f501d;;
  border-radius: 12px;
}

input[type="submit"] {
  display: block;
  margin: 20px auto 0;
  padding: 10px 40px;
  background-color: #850101;
  color: white;
  border-radius: 12px;
  font-size: 50px;
  background: linear-gradient(
  to bottom,#b30000,#7a0000);
  font-family: "Rouge Script";;
  font-weight: 400;
 
  font-style: italic;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
  max-width: 95%;
  padding: 10px;
  background: #fafafa;
  border: 2px solid rgb(199, 202, 202);
  border-radius: 12px;
}

span.klein {
  font-family: "Rouge Script";;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  color: #C0392B;
}

span.medium {
  font-family: "Rouge Script";;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  color: #C0392B;
}

span.groot {
  font-family: "Rouge Script";;
  font-weight: 400;
  font-style: italic;
  font-size: 50px;
  color: #C0392B;
}

