body {
  background-color: white;
  color: black;
  width: 90%;
  margin: auto;
}

h1 {
  color: red;
  font-family: 'Comic Sans Ms', Arial, Tahoma;
  text-align: center;
  font-size: 25px;
}

h2 {
  color: blue;
  font-family: Arial, Tahoma;
  text-indent: 50px;
  font-size: 15px;
}


p, a {
  color: blue;
  font-family: 'Arial CE', Arial, Tahoma;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
p.citat {
  font-weight: 600;
  font-size: 14px;
}

span.autor {
  font-style: italic;
}

a, a:link {
  text-decoration: underline;
  color: blue;
}

a:hover {
  text-decoration: none;
  color: red;
}

#insert {
  width: 80%;
}

input.vstup {
  width: 120px;
}