body {
  width: 100%;
  background-image : url("https://cdn.photoroom.com/v2/image-cache?path=gs://background-7ef44.appspot.com/backgrounds_v3/black/Photoroom_black_background_extremely_fine_texture_only_black_co_c756a0c0-4895-4275-845b-7a20f085e432.jpg");
}
h1 {
  font-size: 40px;
  padding: 10px 0px 0px 0px;
  margin: 2px;
  font-style: Latin fonts;
}
p {
  font-size: 16px;
  margin: 0;
  font-style: Helvetica;
  padding: 10px;
}

p, h1 {
  color: white;
  text-align: center;

}
.form {
 background-color: rgba(6, 6, 6, 0.683);
  width: 70%;
  height: 300%;
  margin: 20px 20px 30px 200px;
  padding: 20px;
  border-radius: 50px;
}
::placeholder, select{
  color: black;
  margin: 20px 20px 20px 30px;
  padding: 6px 3px 2px 3px;
  font-size: 15px;
  font-style: italic,sans-serif;
}


 label {
   display: block;
   margin: 10px 2px;
   color: #f3e8e8;
   font-style: verdana; 
   font-size: 20px; 
 }
 input {
    background-color: white;
    border: 0px solid;
 }
 input,filedset,select {
   width: 100%;
   height: 30px;
   border-radius: 15px;
   margin: 10px 0px;
   font-size: 15px;
   color: rgb(0, 0, 0);
   font-style: italic;
 }
 .dropdown{
   width: 100%;
   margin: 20px;

 }
 .remove {
   width:unset;
   vertical-align: middle; 
   margin: auto;
   padding: auto;
 }
 fieldset {
   border:0;
 }
 textarea {
   font-style: italic;
   font-weight: 23px;
 }
 input[type="submit"] {
   width: 80%%;
   display: block;
   margin: 10px 10px;
   color: black;
   font-weight: 23px;
   border-radius: 23px;
   font-style: italic;
   font-size: 19px;
 }
 