body {
  font-family: Arial, sans-serif;
  margin: 20px;
}
.project {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.field {
  margin-bottom: 5px;
}
.field strong {
  display: inline-block;
  width: 400px;
}



/* projekt */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f4f4f4;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #f1f1f1;
}
/* projekt */