#banner {
  background-color: #006600;
  color: #fff;
  text-align: center;
  padding: 1em;
}
#banner h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#banner img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}