body {
  font-family: 'Lucida Console', Monaco, monospace;
  background-color: #97f19f;
  color: #003366;
  margin: 0;
  padding: 30px;
}

h1 {
  font-size: 34px;
  color: #002244;
  margin-bottom: 20px;
}

img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 2px dashed #004080;
  border-radius: 5px;
}

section {
  margin-bottom: 30px;
}

h2 {
  color: #0059b3;
  font-size: 24px;
}

p, li {
  font-size: 16px;
  line-height: 1.6;
}

ul {
  padding-left: 20px;
} 
