h2 {
  text-decoration: underline;
  text-decoration-color: #AC00BF;
  text-align: center;
}

iframe header {
  display: none;
}

#form {
  display: flex;
  justify-content: center;
}

label{
  font-size: 15px;
}

input:focus{
  border: none;
}

input{
  font-family: 'Lexend Deca', sans-serif;
  margin-bottom: 15px;
}

input[name="name"], input[name="email"], input[name="type"]{
  width: 500px;
  height: 25px;
}

input[name="descritpion"] {
  width: 500px;
  height: 150px;
}

input[name="envoyer"]{
  border: solid 1px #AC00BF;
  color: #AC00BF;
  background: #FFF;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  transition: all .3s;
  cursor: pointer;
  font-size: 17px;
  margin-top: 20px;
}

input[name="envoyer"]:hover{
  border: solid 1px #AC00BF;
  color: #FFF;
  background: #AC00BF;
  transition: all .3s
}
