.error{
  color: red;
}
.form-label{
  position: relative;
  width: fit-content;
}
.required::before{
  content: '*';
  position: absolute;
  right: -8px;
  color: red;
  top: 0px;
  font-size: 14px;
  font-weight: 400;
}

#contactSubmit{
  background-color: black;
}