main {
  background-color: #171717;
}

.contactcointainer {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

.contactbox1 {
  text-align: center;
  padding-bottom: 20px;
}

.contactbox1 h1 {
  color: #ffffff;
  padding-bottom: 20px;
}

.contactbox1 p {
  margin: auto;
  max-width: 600px;
  color: #c6c1c1;
}

.contactbox1 a {
  margin-top: 10px;
  color: #ffffff;
}

.contactbox2 form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}

.contactbox2 input,
textarea {
  padding: 10px 20px;
  margin: 10px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #343333;
  outline-style: none;
  color: #ffffff;
  border: none;
}

#message {
  height: 150px;
  font-size: 22px;
  width: auto;
}

.contactbox2 button {
  width: 150px;
  margin: 10px;
  height: 40px;
  border: 1px solid #171717;
  color: #ffffff;
  background-color: #333232;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
}

.faq-pack {
  max-width: 600px;
}

form input:focus {
  border-bottom: 2px solid #ffffff;
}

form textarea:focus {
  border-bottom: 3px solid #171717;
}

.contactbox2 button:hover {
  font-weight: 550;
  color: #171717;
  background-color: #ffffff;
}
