.contactHolder{
  position: relative;
  margin: auto;
  width: 478px;
  padding-top: 5px;
  height: auto;
}

input{
  width: calc(100% - 12px);
  font-family: 'Lora', serif;
  font-size: 100%;
}

textarea{
  resize: none;
  width: calc(100% - 12px);
  border: 1px solid #bbb;
  margin-top: 10px;
  padding: 5px;
  font-family: 'Lora', serif;
  transition: box-shadow 0.1s linear;
  transition: border 0.1s linear;
  height: 300px;
}

textarea:focus, select:focus{
  box-shadow: 0 0 3px 1px #bbb;
  border: 1px solid #555;
}

button{
  margin: 15px 0 15px 0;
}
