section {
  max-width: 36rem;
  padding: 1rem;
  margin: 2rem auto 2rem;
  background-color: rgba(13, 15, 16, 0.55);
}

#contact form span {
  background-color: rgb(255, 204, 204);
  border: solid red 5px;
  padding: 5px;
  width: 230px;
  text-align: center;
  border-radius: 25px;
  display: block;
  color: red;
}
#contact form .success {
  background-color: rgb(153, 255, 102);
  border: solid green 5px;
  padding: 10px;
  border-radius: 25px;
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  color: green;
  text-align: center;
}
#contact div {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#contact div label {
  color: #cccccc;
  font-weight: bold;
}
#contact div input, #contact div textarea {
  border-color: #cccccc;
  padding: 8px;
  font-size: 16px;
  border-width: 7px;
  border-radius: 16px;
  border-style: outset;
  box-shadow: -12px 0px 11px 0px rgba(42, 42, 42, 0.56);
  margin-top: 5px;
}
#contact button, #contact input[type=submit] {
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  border-width: 7px;
  border-radius: 10px;
  border-color: #cccccc;
  box-shadow: -12px 0px 11px 0px rgba(42, 42, 42, 0.56);
  margin-bottom: 10px;
  cursor: pointer;
}
#contact input:focus, #contact textarea:focus, #contact button:focus {
  border-style: inset;
}
#contact .fantome {
  visibility: hidden;
  height: 0px;
}

/*# sourceMappingURL=contact.css.map */
