.section-contact h2 {
  color: #eecc82;
}

.box{
  height: 50px;
  width: 20px;
}

input,
textarea {
  padding: 15px;
  border-radius: 3px;
  border: none;
}

label {
  margin-bottom: 10px;
}

input[type='submit'] {
  width: 150px;
  margin: auto;
  margin-top: 30px;
}

input[type='text'] {
  width: 200px;
  height: 5px;
}

input[type='email'] {
  width: 200px;
  height: 5px;
}

table {
  color: white;
  text-align: left;
  width: 50%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  border: none;
  vertical-align: top;
}

td {
  padding: 10px;
}
