
header {
  background-color: #87CEEB;
  color: white;
  padding: 10px;
}



body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
}
table {
  border-collapse: collapse;
}

table td {
  border: 1px solid black;
  padding: 5px;
  background-color: #f2f2f2;
}
ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

a {
  color: #008080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"], textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid black;
  margin-bottom: 10px;
}

input[type="submit"] {
  background-color: #008080;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
