@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
body {padding:20px; margin:0;  background:#ffffff; font-size: 14px; color: #444444; font-family: "Lora", sans-serif;

/* deze  --webkit etc voorkomen dat je tekst op de pagina kunt selecteren en kopiëren. Pagina bron werkt nog wel */
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}

h1 {
  color: navy;
  font-size: 22px;
}

p {
  color: navy;
  font-size: 18px;
}

input {
  color: navy;
font-size: 18px;
width:80%;
display: inline-block;
}


#submit {background:#ff00ff; color:#ffffff; width:120px; font-size:22px;}


#mytextarea{width:100%; height:450px;font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif;}