body {
  background-color: #fcf2e0;
  color: #331D1C;
  font-family: 'Lato', sans-serif;
  margin: 0;
  height: 100%;
}

footer {
  background-color: #f8f4f0;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #331D1C;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 98vh;
}

.contact-wrapper {
  max-width: 700px;
  margin: 60px auto;
  background-color: #fffaf5;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  font-family: 'Lato', sans-serif;
  color: #331D1C;
}

.contact-wrapper h1 {
  font-family: 'Bebas Neue', cursive;
  color: #331D1C;
  text-align: center;
  margin-bottom: 20px;
}

.contact-wrapper p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.05rem;
}

.contact-wrapper label {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.contact-wrapper input,
.contact-wrapper textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.contact-wrapper button {
  background-color: #ffb84c;
  border: none;
  color: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.contact-wrapper .socials {
  margin-top: 30px;
  text-align: center;
  font-size: 0.95rem;
}

.contact-wrapper .socials a {
  color: #331D1C;
  margin: 0 10px;
  text-decoration: none;
}
