form {
  display: inline-block;
  /* Form outline */
  padding: 1em;
  border: 1px solid #cccccc;
  border-radius: 1em;
}

#special-label {
    font-size: 15px;
    font-weight: bold;
}

button {
    background-color: black;
    color: white;

}