header img {
    max-height: 4rem;
}

main {
	padding-bottom: 0px !important;
}

.bg-black {
	
	background-color:#1c1232;

}

   
.contact-form .form-intro {
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-top: 40px;
}
.contact-form form {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.contact-form input, .contact-form textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  margin-top:10px;
}
.contact-form button {
  width: fit-content;
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #a600fc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form button:hover {
  opacity: 0.8;
}
	
.contact-form {
	background-color: #eae0ef;
	padding-top: 2rem;
	padding-bottom:2rem;
}

footer * {
    font-size: 1em !important;
	text-align: center;
}

footer > div {
	justify-content: center !important;
}

#cusdis_thread {
  height: auto !important;
  width: 100%;
}

#cusdis_thread iframe {
  height: auto !important;
  min-height: 400px;
}