body {
	background-color: #FFFFFF;
	background-image: url("grainylogo.png"); /* fallback */
	background-image: url("grainylogo.png"), linear-gradient(90deg,rgba(58, 12, 11, .5) 0%, rgba(161, 65, 54, .5) 10%, rgba(180, 76, 92, .5) 30%, rgba(247, 233, 205, .5) 60%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, .5) 80%, rgba(222, 183, 226, .5) 90%, rgba(130, 177, 230, .5) 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	margin-bottom: 10%
}

.contact-section {
  width: 50%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  padding: 3rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 3rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: Helvetica Neue, sans-serif;
}

.contact-description {
  font-size: 2rem;
  color: rgb(58 12 11);
  font-family: Helvetica Neue, sans-serif;  
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  opacity: 0.9;
}

.form-label {
  margin-bottom: 0.5rem;
  color: rgb(255 255 255);
  font-family: Helvetica Neue, sans-serif;  
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #B44C5C;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
  opacity: 0.9;
}
