body {
  background-image: url("");
  background-repeat: repeat;
  background-color: #E6B000;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.outer-container{
  text-align: center;
}

h1 {
  color: #FF6D04;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 10px;
  line-height: 1rem;
  text-align: center;
} 

h2 {
  color: #665C3D;
  font-size: .9rem;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
} 

header {
  text-align: center;
  font-family: "verdana";
}
/* ---  LOGO STYLES  --- */
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 800; /* Extra bold */
  color: #333;
  margin: 0;
  letter-spacing: -2px;
}

.logo span {
  color: #F54927; /* The accent color */
  font-weight: 300; /* Light weight for contrast */
}

.divider {
  width: 40px;
  height: 3px;
  background-color: #F54927;
  margin: 8px 0;
}

.slogan {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}

/* ---  PREVIEW STYLES  --- */
.preview {
  align: center;
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0 auto 0 auto;
  min-height: 150px;
  padding: 30;
  word-wrap: break-word;
}

textarea {
  border-color: #E6B000;
  border-radius: 4px;
  border-style: solid;
  border-width:1px;
  display: block;
  font-family: "Helvetica-Light", "Helvetica", "Arial", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 30px auto 30px auto;
  padding: 20px;
}

.formHolder {
  background-color: #665C3D;
  border-radius: 4px 4px 0px 0px;
  color: #FF6D04;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  margin: 0 auto;
  padding: 10px 20px; /* Reduced vertical padding to fit items */
  text-transform: uppercase;
  min-height: 50px; /* Changed height to min-height for flexibility */
}


.formHolder form {
  display: flex;
  justify-content: space-around; /* This spreads the items out evenly */
  align-items: center;           /* This centers them vertically */
  width: 100%;
}


.third {
  text-align: center;
  flex: 1; /* This forces each 'third' to take up equal space */
}

/* Small UI fix for inputs and selects */
select, input {
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  border: none;
}

input {
  display: inline;
}

#font {
  margin-left: 4px;
}

#weight {
}