body{
  background: linear-gradient(180deg, #f0efec, #f0efec, #FFDAC3);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

div.content{
  width: 65%;
  height: auto;
  display: block;
  float: left;
  background-color: white;
  margin: 5em 0 3em 17.5%;
  padding: 0.5em 5% 0.5em 5%;
  box-sizing: border-box;
  z-index: 90;
  position: relative;
}
div.content > h1{
  margin-top: 15px;
  margin-bottom: 10px;
  word-break: break-all;
}
div.content > p{
  font-weight: 100;
  position: static;
  margin: 5px 0 30px 0;
  right: 2.1em;
}

form > input{
  width: 100%;
  height: 2em;
  margin-bottom: 1em;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid black;

}

form > textarea{
  width: 100%;
  font-size: 0.9em;
  padding: 5px;
  margin-top: 1em;
  border-radius: 10px;
  resize: vertical;
  height: 10em;
  border: none;
  box-sizing: border-box;
  vertical-align: bottom;
  border: 1px solid black;
}
form > button{
  width: 20%;
  margin-top: 1em;
  font-size: 1.5em;
  height: 2em;
  border: none;
  color: white;
  margin-left: 40%;
  background-color: rgb(224, 233, 241)
}
form > button:hover{
  cursor: pointer;
}
.woorden_cnt{
  float: right;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
div.content{
  width: 90%;
  margin-left: 5%;
}

}


@media only screen and (max-width: 750px) {
form > button{
  width: 80%;
  margin-left: 10%;
}
div.content{
  width: 95%;
  margin-left: 2.5%;
  margin-top: 3em;
  margin-bottom: 2em;
}
}